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