public static class BookingCustomAttributeUpsertRequest.Builder extends Object
BookingCustomAttributeUpsertRequest.| Constructor and Description |
|---|
Builder(String bookingId,
CustomAttribute customAttribute)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
BookingCustomAttributeUpsertRequest.Builder |
bookingId(String bookingId)
Setter for bookingId.
|
BookingCustomAttributeUpsertRequest |
build()
Builds a new
BookingCustomAttributeUpsertRequest object using the set fields. |
BookingCustomAttributeUpsertRequest.Builder |
customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
BookingCustomAttributeUpsertRequest.Builder |
idempotencyKey(String idempotencyKey)
Setter for idempotencyKey.
|
BookingCustomAttributeUpsertRequest.Builder |
unsetIdempotencyKey()
UnSetter for idempotencyKey.
|
public Builder(String bookingId, CustomAttribute customAttribute)
bookingId - String value for bookingId.customAttribute - CustomAttribute value for customAttribute.public BookingCustomAttributeUpsertRequest.Builder bookingId(String bookingId)
bookingId - String value for bookingId.public BookingCustomAttributeUpsertRequest.Builder customAttribute(CustomAttribute customAttribute)
customAttribute - CustomAttribute value for customAttribute.public BookingCustomAttributeUpsertRequest.Builder idempotencyKey(String idempotencyKey)
idempotencyKey - String value for idempotencyKey.public BookingCustomAttributeUpsertRequest.Builder unsetIdempotencyKey()
public BookingCustomAttributeUpsertRequest build()
BookingCustomAttributeUpsertRequest object using the set fields.BookingCustomAttributeUpsertRequestCopyright © 2023. All rights reserved.