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