public class DeleteCatalogObjectResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteCatalogObjectResponse.Builder
Class to build instances of
DeleteCatalogObjectResponse. |
| Constructor and Description |
|---|
DeleteCatalogObjectResponse(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() |
DeleteCatalogObjectResponse.Builder |
toBuilder()
Builds a new
DeleteCatalogObjectResponse.Builder object. |
String |
toString()
Converts this DeleteCatalogObjectResponse into string format.
|
public DeleteCatalogObjectResponse(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 DeleteCatalogObjectResponse.Builder toBuilder()
DeleteCatalogObjectResponse.Builder object.
Creates the instance with the state of the current model.DeleteCatalogObjectResponse.Builder objectCopyright © 2022. All rights reserved.