public static class UpsertMerchantCustomAttributeRequest.Builder extends Object
UpsertMerchantCustomAttributeRequest.| Constructor and Description |
|---|
Builder(CustomAttribute customAttribute)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertMerchantCustomAttributeRequest |
build()
Builds a new
UpsertMerchantCustomAttributeRequest object using the set fields. |
UpsertMerchantCustomAttributeRequest.Builder |
customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
UpsertMerchantCustomAttributeRequest.Builder |
idempotencyKey(String idempotencyKey)
Setter for idempotencyKey.
|
UpsertMerchantCustomAttributeRequest.Builder |
unsetIdempotencyKey()
UnSetter for idempotencyKey.
|
public Builder(CustomAttribute customAttribute)
customAttribute - CustomAttribute value for customAttribute.public UpsertMerchantCustomAttributeRequest.Builder customAttribute(CustomAttribute customAttribute)
customAttribute - CustomAttribute value for customAttribute.public UpsertMerchantCustomAttributeRequest.Builder idempotencyKey(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public UpsertMerchantCustomAttributeRequest.Builder unsetIdempotencyKey()
public UpsertMerchantCustomAttributeRequest build()
UpsertMerchantCustomAttributeRequest object using the set fields.UpsertMerchantCustomAttributeRequestCopyright © 2023. All rights reserved.