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