Interface RelationshipResourceBinaryAction.DeleteWithResponse
-
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- RelationshipResourceBinaryAction
public static interface RelationshipResourceBinaryAction.DeleteWithResponse extends ResourceAction
HTTP DELETE - Deletes a binary resource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteProperty(java.lang.String entityId, java.lang.String entityResourceId, Parameters parameters, WithResponse withResponse)
Deletes a binary property.
-
-
-
Method Detail
-
deleteProperty
void deleteProperty(java.lang.String entityId, java.lang.String entityResourceId, Parameters parameters, WithResponse withResponse)
Deletes 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 relationshipparameters
-Parameters
-
-