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