Interface RelationshipResourceAction.ReadWithResponse<E>

All Superinterfaces:
ResourceAction
Enclosing interface:
RelationshipResourceAction

public static interface RelationshipResourceAction.ReadWithResponse<E> extends ResourceAction
HTTP GET - Retrieve list of related entities by its related entityResource Id
  • Method Details

    • readAll

      CollectionWithPagingInfo<E> readAll(String entityResourceId, Parameters params, WithResponse withResponse)
      Reads all the relationship entities from the collection using the related entityResourceId. Paging information is provided.
      Parameters:
      entityResourceId - Entity resource context for this relationship
      params - will never be null and will have the PAGING default values, implementation may choose to filter the set based on params (ie. not necessarily "all")