Class DeleteItemListResponse
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The list of item list ids that were processed for deletionThe list of Item List ids that the user does not have the proper access rights to.int
hashCode()
void
setDeletedItemListIds
(Set<String> deletedItemListIds) The list of item list ids that were processed for deletionvoid
setInaccessibleItemListIds
(Set<String> inaccessibleItemListIds) The list of Item List ids that the user does not have the proper access rights to.toString()
withDeletedItemListIds
(Set<String> deletedItemListIds) withInaccessibleItemListIds
(Set<String> inaccessibleItemListIds)
-
Constructor Details
-
DeleteItemListResponse
public DeleteItemListResponse()
-
-
Method Details
-
withDeletedItemListIds
-
withInaccessibleItemListIds
-
getDeletedItemListIds
The list of item list ids that were processed for deletion -
getInaccessibleItemListIds
The list of Item List ids that the user does not have the proper access rights to. -
setDeletedItemListIds
The list of item list ids that were processed for deletion -
setInaccessibleItemListIds
The list of Item List ids that the user does not have the proper access rights to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-