Class DeleteItemListResponse
- java.lang.Object
- 
- com.broadleafcommerce.cartoperation.web.endpoint.domain.DeleteItemListResponse
 
- 
 public class DeleteItemListResponse extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description DeleteItemListResponse()
 - 
Method SummaryAll 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- 
withDeletedItemListIdspublic DeleteItemListResponse withDeletedItemListIds(Set<String> deletedItemListIds) 
 - 
withInaccessibleItemListIdspublic DeleteItemListResponse withInaccessibleItemListIds(Set<String> inaccessibleItemListIds) 
 - 
getDeletedItemListIdspublic Set<String> getDeletedItemListIds() The list of item list ids that were processed for deletion
 - 
getInaccessibleItemListIdspublic Set<String> getInaccessibleItemListIds() The list of Item List ids that the user does not have the proper access rights to.
 - 
setDeletedItemListIdspublic void setDeletedItemListIds(Set<String> deletedItemListIds) The list of item list ids that were processed for deletion
 - 
setInaccessibleItemListIdspublic void setInaccessibleItemListIds(Set<String> inaccessibleItemListIds) The list of Item List ids that the user does not have the proper access rights to.
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-