Class SearchOptions.Builder
- java.lang.Object
-
- com.atlassian.confluence.api.model.search.SearchOptions.Builder
-
- Enclosing class:
- SearchOptions
public static class SearchOptions.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchOptionsbuild()SearchOptions.BuilderexcerptStrategy(SearchOptions.Excerpt excerpt)SearchOptions.BuilderexcerptStrategy(String excerptStrategyName)Sets the excerpt strategy to the excerpt strategy with the given name.SearchOptions.BuilderfireSearchPerformed(boolean fireIt)SearchOptions.BuilderincludeArchivedSpaces(boolean includeArchivedSpaces)SearchOptions.BuildersearchContext(SearchContext searchContext)
-
-
-
Method Detail
-
excerptStrategy
public SearchOptions.Builder excerptStrategy(SearchOptions.Excerpt excerpt)
-
excerptStrategy
public SearchOptions.Builder excerptStrategy(String excerptStrategyName)
Sets the excerpt strategy to the excerpt strategy with the given name. If there is no built in strategy with this name, the excerpt strategy is set to NONE.This method is primarily used to deserialize an excerpt strategy from it's name
- Parameters:
excerptStrategyName- name of one of the built in excerpt strategies- Returns:
- this
-
searchContext
public SearchOptions.Builder searchContext(SearchContext searchContext)
-
includeArchivedSpaces
public SearchOptions.Builder includeArchivedSpaces(boolean includeArchivedSpaces)
-
fireSearchPerformed
public SearchOptions.Builder fireSearchPerformed(boolean fireIt)
-
build
public SearchOptions build()
-
-