Uses of Class
com.oracle.bmc.goldengate.model.Day
-
Packages that use Day Package Description com.oracle.bmc.goldengate.model -
-
Uses of Day in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return Day Modifier and Type Method Description static Day
Day. create(String key)
Day
CreateMaintenanceWindowDetails. getDay()
Days of the week.Day
MaintenanceWindow. getDay()
Days of the week.Day
UpdateMaintenanceWindowDetails. getDay()
Days of the week.static Day
Day. valueOf(String name)
Returns the enum constant of this type with the specified name.static Day[]
Day. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type Day Modifier and Type Method Description CreateMaintenanceWindowDetails.Builder
CreateMaintenanceWindowDetails.Builder. day(Day day)
Days of the week.MaintenanceWindow.Builder
MaintenanceWindow.Builder. day(Day day)
Days of the week.UpdateMaintenanceWindowDetails.Builder
UpdateMaintenanceWindowDetails.Builder. day(Day day)
Days of the week.Constructors in com.oracle.bmc.goldengate.model with parameters of type Day Constructor Description CreateMaintenanceWindowDetails(Day day, Integer startHour)
Deprecated.MaintenanceWindow(Day day, Integer startHour)
Deprecated.UpdateMaintenanceWindowDetails(Day day, Integer startHour)
Deprecated.
-