Interface EntityResourceAction.ReadWithResponse<E>
- All Superinterfaces:
ResourceAction
- Enclosing interface:
EntityResourceAction
HTTP GET - Retrieve list of entities
-
Method Summary
Modifier and TypeMethodDescriptionreadAll(Parameters params, WithResponse withResponse) Reads all the entries from the collection.
-
Method Details
-
readAll
Reads all the entries from the collection. Paging information is provided.- Parameters:
params- - will never be null and will have the PAGING default values
-