Uses of Class
net.sourceforge.jbizmo.commons.avro.search.SearchInput.Builder
Packages that use SearchInput.Builder
-
Uses of SearchInput.Builder in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return SearchInput.BuilderModifier and TypeMethodDescriptionSearchInput.Builder.clearCaseSensitive()Clears the value of the 'caseSensitive' field.SearchInput.Builder.clearDateFormat()Clears the value of the 'dateFormat' field.SearchInput.Builder.clearDateTimeFormat()Clears the value of the 'dateTimeFormat' field.SearchInput.Builder.clearDecimalSeparator()Clears the value of the 'decimalSeparator' field.SearchInput.Builder.clearExactFilterMatch()Clears the value of the 'exactFilterMatch' field.SearchInput.Builder.clearGroupingSeparator()Clears the value of the 'groupingSeparator' field.SearchInput.Builder.clearMaxResult()Clears the value of the 'maxResult' field.SearchInput.Builder.clearNumberFormat()Clears the value of the 'numberFormat' field.SearchInput.Builder.clearSearchFields()Clears the value of the 'searchFields' field.SearchInput.Builder.clearStartIndex()Clears the value of the 'startIndex' field.static SearchInput.BuilderSearchInput.newBuilder()Creates a new SearchInput RecordBuilder.static SearchInput.BuilderSearchInput.newBuilder(SearchInput other) Creates a new SearchInput RecordBuilder by copying an existing SearchInput instance.static SearchInput.BuilderSearchInput.newBuilder(SearchInput.Builder other) Creates a new SearchInput RecordBuilder by copying an existing Builder.SearchInput.Builder.setCaseSensitive(boolean value) Sets the value of the 'caseSensitive' field.SearchInput.Builder.setDateFormat(String value) Sets the value of the 'dateFormat' field.SearchInput.Builder.setDateTimeFormat(String value) Sets the value of the 'dateTimeFormat' field.SearchInput.Builder.setDecimalSeparator(String value) Sets the value of the 'decimalSeparator' field.SearchInput.Builder.setExactFilterMatch(boolean value) Sets the value of the 'exactFilterMatch' field.SearchInput.Builder.setGroupingSeparator(String value) Sets the value of the 'groupingSeparator' field.SearchInput.Builder.setMaxResult(int value) Sets the value of the 'maxResult' field.SearchInput.Builder.setNumberFormat(String value) Sets the value of the 'numberFormat' field.SearchInput.Builder.setSearchFields(List<SearchInputField> value) Sets the value of the 'searchFields' field.SearchInput.Builder.setStartIndex(int value) Sets the value of the 'startIndex' field.Methods in net.sourceforge.jbizmo.commons.avro.search with parameters of type SearchInput.BuilderModifier and TypeMethodDescriptionstatic SearchInput.BuilderSearchInput.newBuilder(SearchInput.Builder other) Creates a new SearchInput RecordBuilder by copying an existing Builder.