public static class ListMerchantCustomAttributeDefinitionsResponse.Builder extends Object
ListMerchantCustomAttributeDefinitionsResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ListMerchantCustomAttributeDefinitionsResponse |
build()
Builds a new
ListMerchantCustomAttributeDefinitionsResponse object using the set
fields. |
ListMerchantCustomAttributeDefinitionsResponse.Builder |
cursor(String cursor)
Setter for cursor.
|
ListMerchantCustomAttributeDefinitionsResponse.Builder |
customAttributeDefinitions(List<CustomAttributeDefinition> customAttributeDefinitions)
Setter for customAttributeDefinitions.
|
ListMerchantCustomAttributeDefinitionsResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
ListMerchantCustomAttributeDefinitionsResponse.Builder |
httpContext(HttpContext httpContext)
Setter for httpContext.
|
public ListMerchantCustomAttributeDefinitionsResponse.Builder httpContext(HttpContext httpContext)
httpContext - HttpContext value for httpContext.public ListMerchantCustomAttributeDefinitionsResponse.Builder customAttributeDefinitions(List<CustomAttributeDefinition> customAttributeDefinitions)
customAttributeDefinitions - List of CustomAttributeDefinition value for
customAttributeDefinitions.public ListMerchantCustomAttributeDefinitionsResponse.Builder cursor(String cursor)
cursor - String value for cursor.public ListMerchantCustomAttributeDefinitionsResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public ListMerchantCustomAttributeDefinitionsResponse build()
ListMerchantCustomAttributeDefinitionsResponse object using the set
fields.Copyright © 2024. All rights reserved.