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