Interface RelationshipResourceBinaryAction.Update<E>
-
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- RelationshipResourceBinaryAction
public static interface RelationshipResourceBinaryAction.Update<E> extends ResourceAction
HTTP PUT - Updates a binary resource if it exists, error if not
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description E
updateProperty(java.lang.String entityId, java.lang.String entityResourceId, BasicContentInfo contentInfo, java.io.InputStream stream, Parameters params)
Updates a binary property.
-
-
-
Method Detail
-
updateProperty
E updateProperty(java.lang.String entityId, java.lang.String entityResourceId, BasicContentInfo contentInfo, java.io.InputStream stream, Parameters params)
Updates a binary property. The specific property is specified in theParameters
object. SeeParameters.hasBinaryProperty(String)
orParameters.getBinaryProperty()
- Parameters:
entityId
- unique identityResourceId
- Entity resource context for this relationshipstream
- An inputstreamcontentInfo
- Basic information about the content streamparams
-Parameters
-
-