Class DeleteItemListResponse


  • public class DeleteItemListResponse
    extends Object
    • Constructor Detail

      • DeleteItemListResponse

        public DeleteItemListResponse()
    • Method Detail

      • 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.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object