Uses of Class
com.oracle.bmc.identitydomains.model.GroupExtAppRoles.Type
-
Packages that use GroupExtAppRoles.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GroupExtAppRoles.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GroupExtAppRoles.Type Modifier and Type Method Description static GroupExtAppRoles.TypeGroupExtAppRoles.Type. create(String key)GroupExtAppRoles.TypeGroupExtAppRoles. getType()A label indicating the attribute’s function; e.g., ‘direct’ or ‘indirect’.static GroupExtAppRoles.TypeGroupExtAppRoles.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupExtAppRoles.Type[]GroupExtAppRoles.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 GroupExtAppRoles.Type Modifier and Type Method Description GroupExtAppRoles.BuilderGroupExtAppRoles.Builder. type(GroupExtAppRoles.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 GroupExtAppRoles.Type Constructor Description GroupExtAppRoles(String value, String ref, String display, GroupExtAppRoles.Type type, String appId, String appName, Boolean adminRole, String legacyGroupName)Deprecated.
-