Uses of Class
com.oracle.bmc.identitydomains.model.UserExtAppRoles.Type
-
Packages that use UserExtAppRoles.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtAppRoles.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtAppRoles.Type Modifier and Type Method Description static UserExtAppRoles.TypeUserExtAppRoles.Type. create(String key)UserExtAppRoles.TypeUserExtAppRoles. getType()The kind of membership this User has in the AppRole.static UserExtAppRoles.TypeUserExtAppRoles.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UserExtAppRoles.Type[]UserExtAppRoles.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 UserExtAppRoles.Type Modifier and Type Method Description UserExtAppRoles.BuilderUserExtAppRoles.Builder. type(UserExtAppRoles.Type type)The kind of membership this User has in the AppRole.Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserExtAppRoles.Type Constructor Description UserExtAppRoles(String value, String ref, String display, UserExtAppRoles.Type type, String appId, String appName, Boolean adminRole, String legacyGroupName)Deprecated.
-