public static enum ContextMembershipQuery.MembershipScope extends Enum<ContextMembershipQuery.MembershipScope>
Enum Constant and Description |
---|
ALL
All members, which includes assigned members, defined groups, and all of their children.
|
ASSIGNED
The users and groups that have been explicitly assigned as a member of the context and any of their child
members.
|
DEFINED
The groups that were originally defined at the context and any of their child members.
|
Modifier and Type | Method and Description |
---|---|
static ContextMembershipQuery.MembershipScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextMembershipQuery.MembershipScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextMembershipQuery.MembershipScope ASSIGNED
public static final ContextMembershipQuery.MembershipScope DEFINED
public static final ContextMembershipQuery.MembershipScope ALL
public static ContextMembershipQuery.MembershipScope[] values()
for (ContextMembershipQuery.MembershipScope c : ContextMembershipQuery.MembershipScope.values()) System.out.println(c);
public static ContextMembershipQuery.MembershipScope 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 null<i>Copyright (c) 2021, SAS Institute Inc., Cary, NC, USA</i>