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