SearchInput.Builder |
SearchInput.Builder.clearCaseSensitive() |
Clears the value of the 'caseSensitive' field.
|
SearchInput.Builder |
SearchInput.Builder.clearDateFormat() |
Clears the value of the 'dateFormat' field.
|
SearchInput.Builder |
SearchInput.Builder.clearDateTimeFormat() |
Clears the value of the 'dateTimeFormat' field.
|
SearchInput.Builder |
SearchInput.Builder.clearDecimalSeparator() |
Clears the value of the 'decimalSeparator' field.
|
SearchInput.Builder |
SearchInput.Builder.clearExactFilterMatch() |
Clears the value of the 'exactFilterMatch' field.
|
SearchInput.Builder |
SearchInput.Builder.clearGroupingSeparator() |
Clears the value of the 'groupingSeparator' field.
|
SearchInput.Builder |
SearchInput.Builder.clearMaxResult() |
Clears the value of the 'maxResult' field.
|
SearchInput.Builder |
SearchInput.Builder.clearNumberFormat() |
Clears the value of the 'numberFormat' field.
|
SearchInput.Builder |
SearchInput.Builder.clearSearchFields() |
Clears the value of the 'searchFields' field.
|
SearchInput.Builder |
SearchInput.Builder.clearStartIndex() |
Clears the value of the 'startIndex' field.
|
static SearchInput.Builder |
SearchInput.newBuilder() |
Creates a new SearchInput RecordBuilder.
|
static SearchInput.Builder |
SearchInput.newBuilder(SearchInput other) |
Creates a new SearchInput RecordBuilder by copying an existing SearchInput instance.
|
static SearchInput.Builder |
SearchInput.newBuilder(SearchInput.Builder other) |
Creates a new SearchInput RecordBuilder by copying an existing Builder.
|
SearchInput.Builder |
SearchInput.Builder.setCaseSensitive(boolean value) |
Sets the value of the 'caseSensitive' field.
|
SearchInput.Builder |
SearchInput.Builder.setDateFormat(String value) |
Sets the value of the 'dateFormat' field.
|
SearchInput.Builder |
SearchInput.Builder.setDateTimeFormat(String value) |
Sets the value of the 'dateTimeFormat' field.
|
SearchInput.Builder |
SearchInput.Builder.setDecimalSeparator(String value) |
Sets the value of the 'decimalSeparator' field.
|
SearchInput.Builder |
SearchInput.Builder.setExactFilterMatch(boolean value) |
Sets the value of the 'exactFilterMatch' field.
|
SearchInput.Builder |
SearchInput.Builder.setGroupingSeparator(String value) |
Sets the value of the 'groupingSeparator' field.
|
SearchInput.Builder |
SearchInput.Builder.setMaxResult(int value) |
Sets the value of the 'maxResult' field.
|
SearchInput.Builder |
SearchInput.Builder.setNumberFormat(String value) |
Sets the value of the 'numberFormat' field.
|
SearchInput.Builder |
SearchInput.Builder.setSearchFields(List<SearchInputField> value) |
Sets the value of the 'searchFields' field.
|
SearchInput.Builder |
SearchInput.Builder.setStartIndex(int value) |
Sets the value of the 'startIndex' field.
|