Uses of Class
com.oracle.bmc.fleetsoftwareupdate.model.ScheduleDetails.Type
-
Packages that use ScheduleDetails.Type Package Description com.oracle.bmc.fleetsoftwareupdate.model -
-
Uses of ScheduleDetails.Type in com.oracle.bmc.fleetsoftwareupdate.model
Methods in com.oracle.bmc.fleetsoftwareupdate.model that return ScheduleDetails.Type Modifier and Type Method Description static ScheduleDetails.Type
ScheduleDetails.Type. create(String key)
static ScheduleDetails.Type
ScheduleDetails.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static ScheduleDetails.Type[]
ScheduleDetails.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-