public enum RoleAssignmentType extends Enum<RoleAssignmentType>
Enum Constant and Description |
---|
GROUP |
SDK_UNKNOWN |
USER |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static RoleAssignmentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleAssignmentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleAssignmentType GROUP
public static final RoleAssignmentType USER
public static final RoleAssignmentType SDK_UNKNOWN
public static RoleAssignmentType[] values()
for (RoleAssignmentType c : RoleAssignmentType.values()) System.out.println(c);
public static RoleAssignmentType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<RoleAssignmentType>
Copyright © 2017–2023 Okta. All rights reserved.