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