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