public class BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder
Class to build instances of
BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute(CustomAttribute customAttribute,
String orderId,
io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
Internal initialization constructor.
|
|
BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute(CustomAttribute customAttribute,
String orderId,
String idempotencyKey)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
CustomAttribute |
getCustomAttribute()
Getter for CustomAttribute.
|
String |
getIdempotencyKey()
Getter for IdempotencyKey.
|
String |
getOrderId()
Getter for OrderId.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetIdempotencyKey()
Internal Getter for IdempotencyKey.
|
BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder |
toBuilder()
Builds a new
BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder object. |
String |
toString()
Converts this BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute into string format.
|
public BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute(CustomAttribute customAttribute, String orderId, String idempotencyKey)
customAttribute - CustomAttribute value for customAttribute.orderId - String value for orderId.idempotencyKey - String value for idempotencyKey.protected BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute(CustomAttribute customAttribute, String orderId, io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
public CustomAttribute getCustomAttribute()
protected io.apimatic.core.types.OptionalNullable<String> internalGetIdempotencyKey()
public String getIdempotencyKey()
public String getOrderId()
public String toString()
public BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder toBuilder()
BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder object.
Creates the instance with the state of the current model.BulkUpsertOrderCustomAttributesRequestUpsertCustomAttribute.Builder objectCopyright © 2023. All rights reserved.