Interface EntityResourceAction.DeleteSet

All Superinterfaces:
ResourceAction
Enclosing interface:
EntityResourceAction

public static interface EntityResourceAction.DeleteSet extends ResourceAction
HTTP DELETE - Delete entities
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deletes entities from the collection
  • Method Details

    • deleteSet

      void deleteSet(Parameters params)
      Deletes entities from the collection
      Parameters:
      params - implementation may choose to restrict the set to be be deleted based on params (ie. not necessarily "all")