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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CollectionWithPagingInfo<E>
readAll(String entityResourceId, Parameters params, WithResponse withResponse)
Reads all the relationship entities from the collection using the related entityResourceId.
-
-
-
Method Detail
-
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 relationshipparams
- 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")
-
-