public static interface OpenHours.Builder extends SdkPojo, CopyableBuilder<OpenHours.Builder,OpenHours>
| Modifier and Type | Method and Description |
|---|---|
OpenHours.Builder |
custom(Map<DayOfWeek,? extends Collection<OpenHoursRule>> custom)
Specifies the schedule settings for the custom channel.
|
OpenHours.Builder |
customWithStrings(Map<String,? extends Collection<OpenHoursRule>> custom)
Specifies the schedule settings for the custom channel.
|
OpenHours.Builder |
email(Map<DayOfWeek,? extends Collection<OpenHoursRule>> email)
Specifies the schedule settings for the email channel.
|
OpenHours.Builder |
emailWithStrings(Map<String,? extends Collection<OpenHoursRule>> email)
Specifies the schedule settings for the email channel.
|
OpenHours.Builder |
push(Map<DayOfWeek,? extends Collection<OpenHoursRule>> push)
Specifies the schedule settings for the push channel.
|
OpenHours.Builder |
pushWithStrings(Map<String,? extends Collection<OpenHoursRule>> push)
Specifies the schedule settings for the push channel.
|
OpenHours.Builder |
sms(Map<DayOfWeek,? extends Collection<OpenHoursRule>> sms)
Specifies the schedule settings for the SMS channel.
|
OpenHours.Builder |
smsWithStrings(Map<String,? extends Collection<OpenHoursRule>> sms)
Specifies the schedule settings for the SMS channel.
|
OpenHours.Builder |
voice(Map<DayOfWeek,? extends Collection<OpenHoursRule>> voice)
Specifies the schedule settings for the voice channel.
|
OpenHours.Builder |
voiceWithStrings(Map<String,? extends Collection<OpenHoursRule>> voice)
Specifies the schedule settings for the voice channel.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpenHours.Builder emailWithStrings(Map<String,? extends Collection<OpenHoursRule>> email)
Specifies the schedule settings for the email channel.
email - Specifies the schedule settings for the email channel.OpenHours.Builder email(Map<DayOfWeek,? extends Collection<OpenHoursRule>> email)
Specifies the schedule settings for the email channel.
email - Specifies the schedule settings for the email channel.OpenHours.Builder smsWithStrings(Map<String,? extends Collection<OpenHoursRule>> sms)
Specifies the schedule settings for the SMS channel.
sms - Specifies the schedule settings for the SMS channel.OpenHours.Builder sms(Map<DayOfWeek,? extends Collection<OpenHoursRule>> sms)
Specifies the schedule settings for the SMS channel.
sms - Specifies the schedule settings for the SMS channel.OpenHours.Builder pushWithStrings(Map<String,? extends Collection<OpenHoursRule>> push)
Specifies the schedule settings for the push channel.
push - Specifies the schedule settings for the push channel.OpenHours.Builder push(Map<DayOfWeek,? extends Collection<OpenHoursRule>> push)
Specifies the schedule settings for the push channel.
push - Specifies the schedule settings for the push channel.OpenHours.Builder voiceWithStrings(Map<String,? extends Collection<OpenHoursRule>> voice)
Specifies the schedule settings for the voice channel.
voice - Specifies the schedule settings for the voice channel.OpenHours.Builder voice(Map<DayOfWeek,? extends Collection<OpenHoursRule>> voice)
Specifies the schedule settings for the voice channel.
voice - Specifies the schedule settings for the voice channel.OpenHours.Builder customWithStrings(Map<String,? extends Collection<OpenHoursRule>> custom)
Specifies the schedule settings for the custom channel.
custom - Specifies the schedule settings for the custom channel.OpenHours.Builder custom(Map<DayOfWeek,? extends Collection<OpenHoursRule>> custom)
Specifies the schedule settings for the custom channel.
custom - Specifies the schedule settings for the custom channel.Copyright © 2023. All rights reserved.