Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static MonthlyRuleFrequencyDetails.WeekOfMonth |
MonthlyRuleFrequencyDetails.WeekOfMonth.create(String key) |
MonthlyRuleFrequencyDetails.WeekOfMonth |
MonthlyRuleFrequencyDetails.getWeekOfMonth()
This holds the week of the month in which the schedule should be triggered.
|
static MonthlyRuleFrequencyDetails.WeekOfMonth |
MonthlyRuleFrequencyDetails.WeekOfMonth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonthlyRuleFrequencyDetails.WeekOfMonth[] |
MonthlyRuleFrequencyDetails.WeekOfMonth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MonthlyRuleFrequencyDetails.Builder |
MonthlyRuleFrequencyDetails.Builder.weekOfMonth(MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth)
This holds the week of the month in which the schedule should be triggered.
|
Constructor and Description |
---|
MonthlyRuleFrequencyDetails(AbstractFrequencyDetails.Frequency frequency,
MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth,
Integer interval,
Time time,
MonthlyRuleFrequencyDetails.DayOfWeek dayOfWeek)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.