Interface BinaryResourceAction.Delete
-
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
PeopleEntityResource
- Enclosing interface:
- BinaryResourceAction
public static interface BinaryResourceAction.Delete extends ResourceAction
HTTP DELETE - Deletes a binary resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddeleteProperty(java.lang.String entityId, Parameters parameters)Deletes a binary property.
-
-
-
Method Detail
-
deleteProperty
void deleteProperty(java.lang.String entityId, Parameters parameters)Deletes a binary property. The specific property is specified in theParametersobject. SeeParameters.hasBinaryProperty(String)orParameters.getBinaryProperty()- Parameters:
entityId- unique idparameters-Parameters
-
-