public enum ScimGroupPrivilege extends Enum<ScimGroupPrivilege>
| Enum Constant and Description |
|---|
SITE_ADMIN |
SYS_ADMIN |
| Modifier and Type | Method and Description |
|---|---|
static ScimGroupPrivilege |
fromString(String value) |
String |
getValue() |
static ScimGroupPrivilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScimGroupPrivilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScimGroupPrivilege SYS_ADMIN
public static final ScimGroupPrivilege SITE_ADMIN
public static ScimGroupPrivilege[] values()
for (ScimGroupPrivilege c : ScimGroupPrivilege.values()) System.out.println(c);
public static ScimGroupPrivilege 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 getValue()
public static ScimGroupPrivilege fromString(String value)
Copyright © 2016 Atlassian. All rights reserved.