public class DeleteImagesRequest extends Object
| Constructor and Description |
|---|
DeleteImagesRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteImagesRequest |
addImageIdsItem(String imageIdsItem) |
DeleteImagesRequest |
deleteBindedSnapshots(Boolean deleteBindedSnapshots) |
boolean |
equals(Object o) |
List<String> |
getImageIds()
Get imageIds
|
int |
hashCode() |
DeleteImagesRequest |
imageIds(List<String> imageIds) |
Boolean |
isDeleteBindedSnapshots()
Get deleteBindedSnapshots
|
void |
setDeleteBindedSnapshots(Boolean deleteBindedSnapshots) |
void |
setImageIds(List<String> imageIds) |
String |
toString() |
public DeleteImagesRequest deleteBindedSnapshots(Boolean deleteBindedSnapshots)
public Boolean isDeleteBindedSnapshots()
public void setDeleteBindedSnapshots(Boolean deleteBindedSnapshots)
public DeleteImagesRequest imageIds(List<String> imageIds)
public DeleteImagesRequest addImageIdsItem(String imageIdsItem)
Copyright © 2024. All rights reserved.