Interface RelationshipResourceBinaryAction.UpdateWithResponse<E>
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- RelationshipResourceBinaryAction
public static interface RelationshipResourceBinaryAction.UpdateWithResponse<E>
extends ResourceAction
HTTP PUT - Updates a binary resource if it exists, error if not
-
Method Summary
Modifier and TypeMethodDescriptionupdateProperty(String entityId, String entityResourceId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse) Updates a binary property.
-
Method Details
-
updateProperty
E updateProperty(String entityId, String entityResourceId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse) Updates a binary property. The specific property is specified in theParametersobject. SeeParameters.hasBinaryProperty(String)orParameters.getBinaryProperty()- Parameters:
entityId- unique identityResourceId- Entity resource context for this relationshipstream- An inputstreamcontentInfo- Basic information about the content streamparams-Parameters
-