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