Interface RelationshipResourceAction.DeleteSetWithResponse
-
- All Superinterfaces:
ResourceAction
- Enclosing interface:
- RelationshipResourceAction
public static interface RelationshipResourceAction.DeleteSetWithResponse extends ResourceAction
HTTP DELETE - Delete related entities by its related entityResource Id
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deleteSet(String entityResourceId, Parameters params, WithResponse withResponse)
Deletes related entities from the collection
-
-
-
Method Detail
-
deleteSet
void deleteSet(String entityResourceId, Parameters params, WithResponse withResponse)
Deletes related entities from the collection- Parameters:
entityResourceId
- Entity resource context for this relationshipparams
- implementation may choose to restrict the set to be be deleted based on params (ie. not necessarily "all")
-
-