public class ListCustomerCustomAttributesResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCustomerCustomAttributesResponse.Builder
Class to build instances of
ListCustomerCustomAttributesResponse. |
| Constructor and Description |
|---|
ListCustomerCustomAttributesResponse(List<CustomAttribute> customAttributes,
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<CustomAttribute> |
getCustomAttributes()
Getter for CustomAttributes.
|
List<Error> |
getErrors()
Getter for Errors.
|
int |
hashCode() |
ListCustomerCustomAttributesResponse.Builder |
toBuilder()
Builds a new
ListCustomerCustomAttributesResponse.Builder object. |
String |
toString()
Converts this ListCustomerCustomAttributesResponse into string format.
|
public ListCustomerCustomAttributesResponse(List<CustomAttribute> customAttributes, String cursor, List<Error> errors)
customAttributes - List of CustomAttribute value for customAttributes.cursor - String value for cursor.errors - List of Error value for errors.public HttpContext getContext()
public List<CustomAttribute> getCustomAttributes()
public String getCursor()
public List<Error> getErrors()
public String toString()
public ListCustomerCustomAttributesResponse.Builder toBuilder()
ListCustomerCustomAttributesResponse.Builder object.
Creates the instance with the state of the current model.ListCustomerCustomAttributesResponse.Builder objectCopyright © 2022. All rights reserved.