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