public static interface MonthlySetting.Builder extends SdkPojo, CopyableBuilder<MonthlySetting.Builder,MonthlySetting>
| Modifier and Type | Method and Description |
|---|---|
MonthlySetting.Builder |
dayOfMonth(Integer dayOfMonth)
The day of the month when monthly recurring on-call rotations begin.
|
default MonthlySetting.Builder |
handOffTime(Consumer<HandOffTime.Builder> handOffTime)
The time of day when a monthly recurring on-call shift rotation begins.
|
MonthlySetting.Builder |
handOffTime(HandOffTime handOffTime)
The time of day when a monthly recurring on-call shift rotation begins.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonthlySetting.Builder dayOfMonth(Integer dayOfMonth)
The day of the month when monthly recurring on-call rotations begin.
dayOfMonth - The day of the month when monthly recurring on-call rotations begin.MonthlySetting.Builder handOffTime(HandOffTime handOffTime)
The time of day when a monthly recurring on-call shift rotation begins.
handOffTime - The time of day when a monthly recurring on-call shift rotation begins.default MonthlySetting.Builder handOffTime(Consumer<HandOffTime.Builder> handOffTime)
The time of day when a monthly recurring on-call shift rotation begins.
This is a convenience method that creates an instance of theHandOffTime.Builder avoiding the need to
create one manually via HandOffTime.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to handOffTime(HandOffTime).
handOffTime - a consumer that will call methods on HandOffTime.BuilderhandOffTime(HandOffTime)Copyright © 2023. All rights reserved.