Uses of Class
com.atlassian.confluence.search.v2.SearchResultType
-
Packages that use SearchResultType Package Description com.atlassian.confluence.search.v2 Provides an extensible, flexible search API. -
-
Uses of SearchResultType in com.atlassian.confluence.search.v2
Methods in com.atlassian.confluence.search.v2 that return SearchResultType Modifier and Type Method Description static SearchResultTypeSearchResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchResultType[]SearchResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-