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