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