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