Uses of Class
com.oracle.bmc.identitydomains.model.UserGroups.Type
-
Packages that use UserGroups.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserGroups.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserGroups.Type Modifier and Type Method Description static UserGroups.TypeUserGroups.Type. create(String key)UserGroups.TypeUserGroups. getType()A label indicating the attribute’s function; e.g., ‘direct’ or ‘indirect’.static UserGroups.TypeUserGroups.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UserGroups.Type[]UserGroups.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 UserGroups.Type Modifier and Type Method Description UserGroups.BuilderUserGroups.Builder. type(UserGroups.Type type)A label indicating the attribute’s function; e.g., ‘direct’ or ‘indirect’.Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserGroups.Type Constructor Description UserGroups(String value, String ocid, String ref, String display, String nonUniqueDisplay, String externalId, UserGroups.Type type, String membershipOcid, String dateAdded)Deprecated.
-