Class DeleteItemListResponse

java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse

public class DeleteItemListResponse extends Object
  • Constructor Details

    • DeleteItemListResponse

      public DeleteItemListResponse()
  • Method Details

    • withDeletedItemListIds

      public DeleteItemListResponse withDeletedItemListIds(Set<String> deletedItemListIds)
    • withInaccessibleItemListIds

      public DeleteItemListResponse withInaccessibleItemListIds(Set<String> inaccessibleItemListIds)
    • getDeletedItemListIds

      public Set<String> getDeletedItemListIds()
      The list of item list ids that were processed for deletion
    • getInaccessibleItemListIds

      public Set<String> getInaccessibleItemListIds()
      The list of Item List ids that the user does not have the proper access rights to.
    • setDeletedItemListIds

      public void setDeletedItemListIds(Set<String> deletedItemListIds)
      The list of item list ids that were processed for deletion
    • setInaccessibleItemListIds

      public void setInaccessibleItemListIds(Set<String> inaccessibleItemListIds)
      The list of Item List ids that the user does not have the proper access rights to.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object