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