public static enum DirectoryCacheChangeOperations.GroupShadowingType extends Enum<DirectoryCacheChangeOperations.GroupShadowingType>
| Enum Constant and Description |
|---|
GROUP_REMOVED |
NOT_SHADOWED |
SHADOWED_BY_LOCAL_GROUP |
SHADOWED_BY_ROLE |
| Modifier and Type | Method and Description |
|---|---|
static DirectoryCacheChangeOperations.GroupShadowingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DirectoryCacheChangeOperations.GroupShadowingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DirectoryCacheChangeOperations.GroupShadowingType SHADOWED_BY_ROLE
public static final DirectoryCacheChangeOperations.GroupShadowingType SHADOWED_BY_LOCAL_GROUP
public static final DirectoryCacheChangeOperations.GroupShadowingType NOT_SHADOWED
public static final DirectoryCacheChangeOperations.GroupShadowingType GROUP_REMOVED
public static DirectoryCacheChangeOperations.GroupShadowingType[] values()
for (DirectoryCacheChangeOperations.GroupShadowingType c : DirectoryCacheChangeOperations.GroupShadowingType.values()) System.out.println(c);
public static DirectoryCacheChangeOperations.GroupShadowingType 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 nullCopyright © 2023 Atlassian. All rights reserved.