Uses of Class
com.oracle.bmc.identitydomains.model.MyRequestableGroupMembers.Type
-
Packages that use MyRequestableGroupMembers.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MyRequestableGroupMembers.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MyRequestableGroupMembers.Type Modifier and Type Method Description static MyRequestableGroupMembers.TypeMyRequestableGroupMembers.Type. create(String key)MyRequestableGroupMembers.TypeMyRequestableGroupMembers. getType()Indicates the type of resource, for example, User or Group.static MyRequestableGroupMembers.TypeMyRequestableGroupMembers.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MyRequestableGroupMembers.Type[]MyRequestableGroupMembers.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 MyRequestableGroupMembers.Type Modifier and Type Method Description MyRequestableGroupMembers.BuilderMyRequestableGroupMembers.Builder. type(MyRequestableGroupMembers.Type type)Indicates the type of resource, for example, User or Group.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MyRequestableGroupMembers.Type Constructor Description MyRequestableGroupMembers(String value, String dateAdded, String ocid, String membershipOcid, String ref, String display, MyRequestableGroupMembers.Type type, String name)Deprecated.
-