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