public static enum ClientApiSearch.Scope extends Enum<ClientApiSearch.Scope>
| Modifier and Type | Method and Description |
|---|---|
static ClientApiSearch.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientApiSearch.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientApiSearch.Scope User
public static final ClientApiSearch.Scope Global
public static ClientApiSearch.Scope[] values()
for (ClientApiSearch.Scope c : ClientApiSearch.Scope.values()) System.out.println(c);
public static ClientApiSearch.Scope 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 © 2016–2021 MWARE SOLUTIONS. All rights reserved.