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