public class BatchDeleteCatalogObjectsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchDeleteCatalogObjectsResponse.Builder
Class to build instances of
BatchDeleteCatalogObjectsResponse. |
| Constructor and Description |
|---|
BatchDeleteCatalogObjectsResponse(List<Error> errors,
List<String> deletedObjectIds,
String deletedAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getDeletedAt()
Getter for DeletedAt.
|
List<String> |
getDeletedObjectIds()
Getter for DeletedObjectIds.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
BatchDeleteCatalogObjectsResponse.Builder |
toBuilder()
Builds a new
BatchDeleteCatalogObjectsResponse.Builder object. |
String |
toString()
Converts this BatchDeleteCatalogObjectsResponse into string format.
|
public BatchDeleteCatalogObjectsResponse(List<Error> errors, List<String> deletedObjectIds, String deletedAt)
errors - List of Error value for errors.deletedObjectIds - List of String value for deletedObjectIds.deletedAt - String value for deletedAt.public HttpContext getContext()
public List<Error> getErrors()
public List<String> getDeletedObjectIds()
public String getDeletedAt()
public String toString()
public BatchDeleteCatalogObjectsResponse.Builder toBuilder()
BatchDeleteCatalogObjectsResponse.Builder object.
Creates the instance with the state of the current model.BatchDeleteCatalogObjectsResponse.Builder objectCopyright © 2022. All rights reserved.