Interface RelationshipResourceAction.ReadByIdWithResponse<E>
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- RelationshipResourceAction
HTTP GET - Retrieve a relation by its unique id & entity context
-
Method Summary
Modifier and TypeMethodDescriptionreadById
(String entityResourceId, String id, Parameters parameters, WithResponse withResponse)
-
Method Details
-
readById
E readById(String entityResourceId, String id, Parameters parameters, WithResponse withResponse) throws RelationshipResourceNotFoundException
-