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