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