public static class BookingCreatorDetails.Builder extends Object
BookingCreatorDetails.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
BookingCreatorDetails |
build()
Builds a new
BookingCreatorDetails object using the set fields. |
BookingCreatorDetails.Builder |
creatorType(String creatorType)
Setter for creatorType.
|
BookingCreatorDetails.Builder |
customerId(String customerId)
Setter for customerId.
|
BookingCreatorDetails.Builder |
teamMemberId(String teamMemberId)
Setter for teamMemberId.
|
public BookingCreatorDetails.Builder creatorType(String creatorType)
creatorType - String value for creatorType.public BookingCreatorDetails.Builder teamMemberId(String teamMemberId)
teamMemberId - String value for teamMemberId.public BookingCreatorDetails.Builder customerId(String customerId)
customerId - String value for customerId.public BookingCreatorDetails build()
BookingCreatorDetails object using the set fields.BookingCreatorDetailsCopyright © 2022. All rights reserved.