public static interface OpenHoursRule.Builder extends SdkPojo, CopyableBuilder<OpenHoursRule.Builder,OpenHoursRule>
| Modifier and Type | Method and Description |
|---|---|
OpenHoursRule.Builder |
endTime(String endTime)
The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
|
OpenHoursRule.Builder |
startTime(String startTime)
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOpenHoursRule.Builder startTime(String startTime)
The start of the scheduled time, in ISO 8601 format, when the channel can send messages.
startTime - The start of the scheduled time, in ISO 8601 format, when the channel can send messages.OpenHoursRule.Builder endTime(String endTime)
The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.
endTime - The end of the scheduled time, in ISO 8601 format, when the channel can't send messages.Copyright © 2023. All rights reserved.