public static interface ClosedDays.Builder extends SdkPojo, CopyableBuilder<ClosedDays.Builder,ClosedDays>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildClosedDays.Builder email(Collection<ClosedDaysRule> email)
Rules for the Email channel.
email - Rules for the Email channel.ClosedDays.Builder email(ClosedDaysRule... email)
Rules for the Email channel.
email - Rules for the Email channel.ClosedDays.Builder email(Consumer<ClosedDaysRule.Builder>... email)
Rules for the Email channel.
This is a convenience method that creates an instance of theClosedDaysRule.Builder avoiding the need to create one
manually via ClosedDaysRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #email(List.
email - a consumer that will call methods on
ClosedDaysRule.Builder#email(java.util.Collection) ClosedDays.Builder sms(Collection<ClosedDaysRule> sms)
Rules for the SMS channel.
sms - Rules for the SMS channel.ClosedDays.Builder sms(ClosedDaysRule... sms)
Rules for the SMS channel.
sms - Rules for the SMS channel.ClosedDays.Builder sms(Consumer<ClosedDaysRule.Builder>... sms)
Rules for the SMS channel.
This is a convenience method that creates an instance of theClosedDaysRule.Builder avoiding the need to create one
manually via ClosedDaysRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #sms(List.
sms - a consumer that will call methods on
ClosedDaysRule.Builder#sms(java.util.Collection) ClosedDays.Builder push(Collection<ClosedDaysRule> push)
Rules for the Push channel.
push - Rules for the Push channel.ClosedDays.Builder push(ClosedDaysRule... push)
Rules for the Push channel.
push - Rules for the Push channel.ClosedDays.Builder push(Consumer<ClosedDaysRule.Builder>... push)
Rules for the Push channel.
This is a convenience method that creates an instance of theClosedDaysRule.Builder avoiding the need to create one
manually via ClosedDaysRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #push(List.
push - a consumer that will call methods on
ClosedDaysRule.Builder#push(java.util.Collection) ClosedDays.Builder voice(Collection<ClosedDaysRule> voice)
Rules for the Voice channel.
voice - Rules for the Voice channel.ClosedDays.Builder voice(ClosedDaysRule... voice)
Rules for the Voice channel.
voice - Rules for the Voice channel.ClosedDays.Builder voice(Consumer<ClosedDaysRule.Builder>... voice)
Rules for the Voice channel.
This is a convenience method that creates an instance of theClosedDaysRule.Builder avoiding the need to create one
manually via ClosedDaysRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #voice(List.
voice - a consumer that will call methods on
ClosedDaysRule.Builder#voice(java.util.Collection) ClosedDays.Builder custom(Collection<ClosedDaysRule> custom)
Rules for the Custom channel.
custom - Rules for the Custom channel.ClosedDays.Builder custom(ClosedDaysRule... custom)
Rules for the Custom channel.
custom - Rules for the Custom channel.ClosedDays.Builder custom(Consumer<ClosedDaysRule.Builder>... custom)
Rules for the Custom channel.
This is a convenience method that creates an instance of theClosedDaysRule.Builder avoiding the need to create one
manually via ClosedDaysRule.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #custom(List.
custom - a consumer that will call methods on
ClosedDaysRule.Builder#custom(java.util.Collection) Copyright © 2023. All rights reserved.