Uses of Class
ca.phon.util.SearchHistoryEntry.Builder
Packages that use SearchHistoryEntry.Builder
-
Uses of SearchHistoryEntry.Builder in ca.phon.util
Methods in ca.phon.util that return SearchHistoryEntry.BuilderModifier and TypeMethodDescriptionstatic SearchHistoryEntry.BuilderSearchHistoryEntry.builder()Creates a new builder instance.SearchHistoryEntry.Builder.caseSensitive(boolean caseSensitive) Sets whether the search is case sensitive.SearchHistoryEntry.Builder.clearParameters()Clears all parameters.SearchHistoryEntry.Builder.date(LocalDateTime date) Sets the search date.Adds a single parameter.SearchHistoryEntry.Builder.parameters(Map<String, String> parameters) Adds multiple parameters from a map.Sets the query text.SearchHistoryEntry.Builder.queryType(SearchType queryType) Sets the query type.SearchHistoryEntry.Builder.removeParameter(String key) Removes a parameter.SearchHistoryEntry.toBuilder()Creates a new builder initialized with this entry's values.