public static class BookingCustomAttributeUpsertResponse.Builder extends Object
BookingCustomAttributeUpsertResponse.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BookingCustomAttributeUpsertResponse.Builder |
bookingId(String bookingId)
Setter for bookingId.
|
BookingCustomAttributeUpsertResponse |
build()
Builds a new
BookingCustomAttributeUpsertResponse object using the set fields. |
BookingCustomAttributeUpsertResponse.Builder |
customAttribute(CustomAttribute customAttribute)
Setter for customAttribute.
|
BookingCustomAttributeUpsertResponse.Builder |
errors(List<Error> errors)
Setter for errors.
|
public BookingCustomAttributeUpsertResponse.Builder bookingId(String bookingId)
bookingId - String value for bookingId.public BookingCustomAttributeUpsertResponse.Builder customAttribute(CustomAttribute customAttribute)
customAttribute - CustomAttribute value for customAttribute.public BookingCustomAttributeUpsertResponse.Builder errors(List<Error> errors)
errors - List of Error value for errors.public BookingCustomAttributeUpsertResponse build()
BookingCustomAttributeUpsertResponse object using the set fields.BookingCustomAttributeUpsertResponseCopyright © 2023. All rights reserved.