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