public class DeleteItemListResponse extends Object
Constructor and Description |
---|
DeleteItemListResponse() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Set<String> |
getDeletedItemListIds()
The list of item list ids that were processed for deletion
|
Set<String> |
getInaccessibleItemListIds()
The 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 deletion
|
void |
setInaccessibleItemListIds(Set<String> inaccessibleItemListIds)
The list of Item List ids that the user does not have the proper access rights to.
|
String |
toString() |
DeleteItemListResponse |
withDeletedItemListIds(Set<String> deletedItemListIds) |
DeleteItemListResponse |
withInaccessibleItemListIds(Set<String> inaccessibleItemListIds) |
public DeleteItemListResponse withDeletedItemListIds(Set<String> deletedItemListIds)
public DeleteItemListResponse withInaccessibleItemListIds(Set<String> inaccessibleItemListIds)
public Set<String> getDeletedItemListIds()
public Set<String> getInaccessibleItemListIds()
public void setDeletedItemListIds(Set<String> deletedItemListIds)
public void setInaccessibleItemListIds(Set<String> inaccessibleItemListIds)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.