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