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