What are entity types in regards to google cloud endpoints -
i'm new google endpoints , app engine. i'm going on tutorials on google developers site.
what entity type? in regards google cloud endpoints.
https://developers.google.com/appengine/docs/java/endpoints/paramreturn_types#entity_types
towards bottom of link states.
"entity types types available method return types or as request body of api request. entity types used resources in rest api. type except parameter or injected type considered entity type. entity types cannot annotated @named, , api request can have 1 body, there can single entity parameter per method. example:
public resource set(resource resource) { … }"
"entity types types available method return types". mean entity type methods return? api methods return? (i guess might explain next question body of api request)
"as request body of api request" mean body of package? doesn't qualify that?
what resources? pojo or javabean? read few times don't know is.
what injected type?
cheers tony.
Comments
Post a Comment