public static interface ScheduledInstanceRecurrence.Builder extends SdkPojo, CopyableBuilder<ScheduledInstanceRecurrence.Builder,ScheduledInstanceRecurrence>
Modifier and Type | Method and Description |
---|---|
ScheduledInstanceRecurrence.Builder |
frequency(String frequency)
The frequency (
Daily , Weekly , or Monthly ). |
ScheduledInstanceRecurrence.Builder |
interval(Integer interval)
The interval quantity.
|
ScheduledInstanceRecurrence.Builder |
occurrenceDaySet(Collection<Integer> occurrenceDaySet)
The days.
|
ScheduledInstanceRecurrence.Builder |
occurrenceDaySet(Integer... occurrenceDaySet)
The days.
|
ScheduledInstanceRecurrence.Builder |
occurrenceRelativeToEnd(Boolean occurrenceRelativeToEnd)
Indicates whether the occurrence is relative to the end of the specified week or month.
|
ScheduledInstanceRecurrence.Builder |
occurrenceUnit(String occurrenceUnit)
The unit for
occurrenceDaySet (DayOfWeek or DayOfMonth ). |
equalsBySdkFields, sdkFields
copy
applyMutation, build
ScheduledInstanceRecurrence.Builder frequency(String frequency)
The frequency (Daily
, Weekly
, or Monthly
).
frequency
- The frequency (Daily
, Weekly
, or Monthly
).ScheduledInstanceRecurrence.Builder interval(Integer interval)
The interval quantity. The interval unit depends on the value of frequency
. For example, every 2
weeks or every 2 months.
interval
- The interval quantity. The interval unit depends on the value of frequency
. For example,
every 2 weeks or every 2 months.ScheduledInstanceRecurrence.Builder occurrenceDaySet(Collection<Integer> occurrenceDaySet)
The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).
occurrenceDaySet
- The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule,
this is one or more days of the week (1-7, where 1 is Sunday).ScheduledInstanceRecurrence.Builder occurrenceDaySet(Integer... occurrenceDaySet)
The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule, this is one or more days of the week (1-7, where 1 is Sunday).
occurrenceDaySet
- The days. For a monthly schedule, this is one or more days of the month (1-31). For a weekly schedule,
this is one or more days of the week (1-7, where 1 is Sunday).ScheduledInstanceRecurrence.Builder occurrenceRelativeToEnd(Boolean occurrenceRelativeToEnd)
Indicates whether the occurrence is relative to the end of the specified week or month.
occurrenceRelativeToEnd
- Indicates whether the occurrence is relative to the end of the specified week or month.ScheduledInstanceRecurrence.Builder occurrenceUnit(String occurrenceUnit)
The unit for occurrenceDaySet
(DayOfWeek
or DayOfMonth
).
occurrenceUnit
- The unit for occurrenceDaySet
(DayOfWeek
or DayOfMonth
).Copyright © 2019. All rights reserved.