Uses of Class
net.officefloor.tutorial.cosmosdbhttpserver.Post
-
Packages that use Post Package Description net.officefloor.tutorial.cosmosdbhttpserver -
-
Uses of Post in net.officefloor.tutorial.cosmosdbhttpserver
Methods in net.officefloor.tutorial.cosmosdbhttpserver with parameters of type Post Modifier and Type Method Description void
CosmosDbLogic. savePost(Post post, CosmosEntities entities, ObjectResponse<Post> response)
Method parameters in net.officefloor.tutorial.cosmosdbhttpserver with type arguments of type Post Modifier and Type Method Description void
CosmosDbLogic. retrievePost(java.lang.String identifier, CosmosEntities entities, ObjectResponse<Post> response)
void
CosmosDbLogic. savePost(Post post, CosmosEntities entities, ObjectResponse<Post> response)
-