Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Group.Type
-
Packages that use Group.Type Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of Group.Type in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Group.Type Modifier and Type Method Description static Group.TypeGroup.Type. create(String key)Group.TypeGroup. getType()The type of the group.static Group.TypeGroup.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Group.Type[]Group.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Group.Type Modifier and Type Method Description Group.BuilderGroup.Builder. type(Group.Type type)The type of the group.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Group.Type Constructor Description Group(Group.Type type, String name, ComponentProperties properties)Deprecated.
-