Interface BinaryResourceAction.Delete
- All Superinterfaces:
ResourceAction
- All Known Implementing Classes:
PeopleEntityResource
- Enclosing interface:
- BinaryResourceAction
HTTP DELETE - Deletes a binary resource
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deleteProperty
(String entityId, Parameters parameters) Deletes a binary property.
-
Method Details
-
deleteProperty
Deletes a binary property. The specific property is specified in theParameters
object. SeeParameters.hasBinaryProperty(String)
orParameters.getBinaryProperty()
- Parameters:
entityId
- unique idparameters
-Parameters
-