Uses of Class
com.oracle.bmc.identitydomains.model.MyGroupMembers.Type
-
Packages that use MyGroupMembers.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyGroupMembers.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyGroupMembers.Type Modifier and Type Method Description static MyGroupMembers.TypeMyGroupMembers.Type. create(String key)MyGroupMembers.TypeMyGroupMembers. getType()Indicates the type of resource, for example, User or Group.static MyGroupMembers.TypeMyGroupMembers.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MyGroupMembers.Type[]MyGroupMembers.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type MyGroupMembers.Type Modifier and Type Method Description MyGroupMembers.BuilderMyGroupMembers.Builder. type(MyGroupMembers.Type type)Indicates the type of resource, for example, User or Group.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyGroupMembers.Type Constructor Description MyGroupMembers(String value, String dateAdded, String ocid, String membershipOcid, String ref, String display, MyGroupMembers.Type type, String name)Deprecated.
-