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