Package | Description |
---|---|
com.oracle.bmc.dataintegration.model |
Modifier and Type | Method and Description |
---|---|
static MonthlyRuleFrequencyDetails.DayOfWeek |
MonthlyRuleFrequencyDetails.DayOfWeek.create(String key) |
MonthlyRuleFrequencyDetails.DayOfWeek |
MonthlyRuleFrequencyDetails.getDayOfWeek()
This holds the day of the week on which the schedule should be triggered.
|
static MonthlyRuleFrequencyDetails.DayOfWeek |
MonthlyRuleFrequencyDetails.DayOfWeek.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonthlyRuleFrequencyDetails.DayOfWeek[] |
MonthlyRuleFrequencyDetails.DayOfWeek.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.dayOfWeek(MonthlyRuleFrequencyDetails.DayOfWeek dayOfWeek)
This holds the day of the week on 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.