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