Interface RelationshipResourceBinaryAction.ReadWithResponse
- All Superinterfaces:
ResourceAction
- Enclosing interface:
RelationshipResourceBinaryAction
HTTP GET - Retrieve a binary resource
-
Method Summary
Modifier and TypeMethodDescriptionreadProperty(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse) Retrieves a binary property by returning a BinaryResource object.
-
Method Details
-
readProperty
BinaryResource readProperty(String entityId, String entityResourceId, Parameters parameters, WithResponse withResponse) throws EntityNotFoundException Retrieves a binary property by returning a BinaryResource object. The specific property is specified in theParametersobject. SeeParameters.hasBinaryProperty(String)orParameters.getBinaryProperty()- Parameters:
entityId- unique identityResourceId- Entity resource context for this relationshipparameters-Parameters- Returns:
- BinaryResource - Either
FileBinaryResourceorNodeBinaryResource - Throws:
EntityNotFoundException
-