public class BookingCreatorDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BookingCreatorDetails.Builder
Class to build instances of
BookingCreatorDetails. |
| Constructor and Description |
|---|
BookingCreatorDetails(String creatorType,
String teamMemberId,
String customerId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCreatorType()
Getter for CreatorType.
|
String |
getCustomerId()
Getter for CustomerId.
|
String |
getTeamMemberId()
Getter for TeamMemberId.
|
int |
hashCode() |
BookingCreatorDetails.Builder |
toBuilder()
Builds a new
BookingCreatorDetails.Builder object. |
String |
toString()
Converts this BookingCreatorDetails into string format.
|
public String getCreatorType()
public String getTeamMemberId()
public String getCustomerId()
public String toString()
public BookingCreatorDetails.Builder toBuilder()
BookingCreatorDetails.Builder object.
Creates the instance with the state of the current model.BookingCreatorDetails.Builder objectCopyright © 2022. All rights reserved.