public class BusinessBookingProfile extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BusinessBookingProfile.Builder
Class to build instances of
BusinessBookingProfile. |
| Constructor and Description |
|---|
BusinessBookingProfile(String sellerId,
String createdAt,
Boolean bookingEnabled,
String customerTimezoneChoice,
String bookingPolicy,
Boolean allowUserCancel,
BusinessAppointmentSettings businessAppointmentSettings,
Boolean supportSellerLevelWrites)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAllowUserCancel()
Getter for AllowUserCancel.
|
Boolean |
getBookingEnabled()
Getter for BookingEnabled.
|
String |
getBookingPolicy()
Getter for BookingPolicy.
|
BusinessAppointmentSettings |
getBusinessAppointmentSettings()
Getter for BusinessAppointmentSettings.
|
String |
getCreatedAt()
Getter for CreatedAt.
|
String |
getCustomerTimezoneChoice()
Getter for CustomerTimezoneChoice.
|
String |
getSellerId()
Getter for SellerId.
|
Boolean |
getSupportSellerLevelWrites()
Getter for SupportSellerLevelWrites.
|
int |
hashCode() |
BusinessBookingProfile.Builder |
toBuilder()
Builds a new
BusinessBookingProfile.Builder object. |
String |
toString()
Converts this BusinessBookingProfile into string format.
|
public BusinessBookingProfile(String sellerId, String createdAt, Boolean bookingEnabled, String customerTimezoneChoice, String bookingPolicy, Boolean allowUserCancel, BusinessAppointmentSettings businessAppointmentSettings, Boolean supportSellerLevelWrites)
sellerId - String value for sellerId.createdAt - String value for createdAt.bookingEnabled - Boolean value for bookingEnabled.customerTimezoneChoice - String value for customerTimezoneChoice.bookingPolicy - String value for bookingPolicy.allowUserCancel - Boolean value for allowUserCancel.businessAppointmentSettings - BusinessAppointmentSettings value for
businessAppointmentSettings.supportSellerLevelWrites - Boolean value for supportSellerLevelWrites.public String getSellerId()
public String getCreatedAt()
public Boolean getBookingEnabled()
public String getCustomerTimezoneChoice()
public String getBookingPolicy()
public Boolean getAllowUserCancel()
public BusinessAppointmentSettings getBusinessAppointmentSettings()
public Boolean getSupportSellerLevelWrites()
public String toString()
public BusinessBookingProfile.Builder toBuilder()
BusinessBookingProfile.Builder object.
Creates the instance with the state of the current model.BusinessBookingProfile.Builder objectCopyright © 2022. All rights reserved.