Uses of Record Class
net.ygbstudio.jbrave.core.model.BraveSearchOption
Packages that use BraveSearchOption
-
Uses of BraveSearchOption in net.ygbstudio.jbrave.core.model
Methods in net.ygbstudio.jbrave.core.model that return BraveSearchOptionModifier and TypeMethodDescriptionstatic @NotNull BraveSearchOption<Integer> SearchOptions.count(int count) Create a new instance ofBraveSearchOptionwithSearchOptions.COUNTand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.enableRichCallback(boolean enableRichCallback) Creates a new instance ofBraveSearchOptionwithSearchOptions.ENABLE_RICH_CALLBACKand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.extraSnippets(boolean extraSnippets) Create a new instance ofBraveSearchOptionwithSearchOptions.EXTRA_SNIPPETSand the given value.static @NotNull BraveSearchOption<String> Creates a new instance ofBraveSearchOptionwithSearchOptions.GOGGLESand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.includeFetchMetadata(boolean includeFetchMetadata) Creates a new instance ofBraveSearchOptionwithSearchOptions.INCLUDE_FETCH_METADATAand the given value.static <V> @NotNull BraveSearchOption<V> BraveSearchOption.of(SearchOption key, V value) Creates a newBraveSearchOptionwith the given key and value.static @NotNull BraveSearchOption<Integer> SearchOptions.offset(int offset) Create a new instance ofBraveSearchOptionwithSearchOptions.OFFSETand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.operators(boolean operators) Create a new instance ofBraveSearchOptionwithSearchOptions.OPERATORSand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.rich(boolean rich) Creates a new instance ofBraveSearchOptionwithSearchOptions.RICHand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.spellCheck(boolean spellCheck) Create a new instance ofBraveSearchOptionwithSearchOptions.SPELLCHECKand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.summary(boolean summary) Create a new instance ofBraveSearchOptionwithSearchOptions.SUMMARYand the given value.static @NotNull BraveSearchOption<Boolean> SearchOptions.textDecorations(boolean textDecorations) Create a new instance ofBraveSearchOptionwithSearchOptions.TEXT_DECORATIONSand the given value.