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

    Modifier and Type
    Method
    Description
    void
    deleteSet(String entityResourceId, Parameters params, WithResponse withResponse)
    Deletes related entities from the collection
  • Method Details

    • deleteSet

      void deleteSet(String entityResourceId, Parameters params, WithResponse withResponse)
      Deletes related entities from the collection
      Parameters:
      entityResourceId - Entity resource context for this relationship
      params - implementation may choose to restrict the set to be be deleted based on params (ie. not necessarily "all")