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 Details

    • 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