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