Uses of Class
com.oracle.bmc.dataintegration.model.MonthlyRuleFrequencyDetails.WeekOfMonth
-
Packages that use MonthlyRuleFrequencyDetails.WeekOfMonth Package Description com.oracle.bmc.dataintegration.model -
-
Uses of MonthlyRuleFrequencyDetails.WeekOfMonth in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return MonthlyRuleFrequencyDetails.WeekOfMonth Modifier and Type Method 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.Methods in com.oracle.bmc.dataintegration.model with parameters of type MonthlyRuleFrequencyDetails.WeekOfMonth Modifier and Type Method Description MonthlyRuleFrequencyDetails.Builder
MonthlyRuleFrequencyDetails.Builder. weekOfMonth(MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth)
This holds the week of the month in which the schedule should be triggered.Constructors in com.oracle.bmc.dataintegration.model with parameters of type MonthlyRuleFrequencyDetails.WeekOfMonth Constructor Description MonthlyRuleFrequencyDetails(AbstractFrequencyDetails.Frequency frequency, MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth, Integer interval, Time time, MonthlyRuleFrequencyDetails.DayOfWeek dayOfWeek)
Deprecated.
-