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