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) { … }"

  1. "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)

  2. "as request body of api request" mean body of package? doesn't qualify that?

  3. what resources? pojo or javabean? read few times don't know is.

  4. what injected type?

cheers tony.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -