Interface BinaryResourceAction.UpdateWithResponse<E>
-
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- BinaryResourceAction
public static interface BinaryResourceAction.UpdateWithResponse<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 EupdateProperty(String entityId, BasicContentInfo contentInfo, InputStream stream, Parameters params, WithResponse withResponse)Updates a binary property.
-
-
-
Method Detail
-
updateProperty
E updateProperty(String entityId, 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 idstream- An inputstreamcontentInfo- Basic information about the content streamparams-Parameters
-
-