Uses of Class
com.oracle.bmc.dataintegration.model.WeeklyFrequencyDetails.Days
-
Packages that use WeeklyFrequencyDetails.Days Package Description com.oracle.bmc.dataintegration.model -
-
Uses of WeeklyFrequencyDetails.Days in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return WeeklyFrequencyDetails.Days Modifier and Type Method Description static WeeklyFrequencyDetails.Days
WeeklyFrequencyDetails.Days. create(String key)
static WeeklyFrequencyDetails.Days
WeeklyFrequencyDetails.Days. valueOf(String name)
Returns the enum constant of this type with the specified name.static WeeklyFrequencyDetails.Days[]
WeeklyFrequencyDetails.Days. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataintegration.model that return types with arguments of type WeeklyFrequencyDetails.Days Modifier and Type Method Description List<WeeklyFrequencyDetails.Days>
WeeklyFrequencyDetails. getDays()
A list of days of the week to be scheduled.Method parameters in com.oracle.bmc.dataintegration.model with type arguments of type WeeklyFrequencyDetails.Days Modifier and Type Method Description WeeklyFrequencyDetails.Builder
WeeklyFrequencyDetails.Builder. days(List<WeeklyFrequencyDetails.Days> days)
A list of days of the week to be scheduled.Constructor parameters in com.oracle.bmc.dataintegration.model with type arguments of type WeeklyFrequencyDetails.Days Constructor Description WeeklyFrequencyDetails(AbstractFrequencyDetails.Frequency frequency, Time time, List<WeeklyFrequencyDetails.Days> days)
Deprecated.
-