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