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