Class DeleteItemListResponse
- java.lang.Object
-
- com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
-
public class DeleteItemListResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description DeleteItemListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Set<String>getDeletedItemListIds()The list of item list ids that were processed for deletionSet<String>getInaccessibleItemListIds()The list of Item List ids that the user does not have the proper access rights to.inthashCode()voidsetDeletedItemListIds(Set<String> deletedItemListIds)The list of item list ids that were processed for deletionvoidsetInaccessibleItemListIds(Set<String> inaccessibleItemListIds)The list of Item List ids that the user does not have the proper access rights to.StringtoString()DeleteItemListResponsewithDeletedItemListIds(Set<String> deletedItemListIds)DeleteItemListResponsewithInaccessibleItemListIds(Set<String> inaccessibleItemListIds)
-
-
-
Method Detail
-
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.
-
canEqual
protected boolean canEqual(Object other)
-
-