public class BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder
Class to build instances of
BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest. |
| Modifier | Constructor and Description |
|---|---|
protected |
BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest(String merchantId,
CustomAttribute customAttribute,
io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
Initialization constructor.
|
|
BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest(String merchantId,
CustomAttribute customAttribute,
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 |
getMerchantId()
Getter for MerchantId.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetIdempotencyKey()
Internal Getter for IdempotencyKey.
|
BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder |
toBuilder()
|
String |
toString()
Converts this BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest into string format.
|
public BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest(String merchantId, CustomAttribute customAttribute, String idempotencyKey)
merchantId - String value for merchantId.customAttribute - CustomAttribute value for customAttribute.idempotencyKey - String value for idempotencyKey.protected BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest(String merchantId, CustomAttribute customAttribute, io.apimatic.core.types.OptionalNullable<String> idempotencyKey)
merchantId - String value for merchantId.customAttribute - CustomAttribute value for customAttribute.idempotencyKey - String value for idempotencyKey.public String getMerchantId()
public CustomAttribute getCustomAttribute()
protected io.apimatic.core.types.OptionalNullable<String> internalGetIdempotencyKey()
public String getIdempotencyKey()
public String toString()
public BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder toBuilder()
BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder object.
Creates the instance with the state of the current model.BulkUpsertMerchantCustomAttributesRequestMerchantCustomAttributeUpsertRequest.Builder objectCopyright © 2024. All rights reserved.