Class TestListResultsResponse.LastUnskippedResult.RowsBody.Builder
-
- All Implemented Interfaces:
public final class TestListResultsResponse.LastUnskippedResult.RowsBody.BuilderA builder for RowsBody.
-
-
Method Summary
-
-
Method Detail
-
columnFilters
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder columnFilters(List<TestListResultsResponse.LastUnskippedResult.RowsBody.ColumnFilter> columnFilters)
-
columnFilters
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder columnFilters(Optional<List<TestListResultsResponse.LastUnskippedResult.RowsBody.ColumnFilter>> columnFilters)
Alias for calling Builder.columnFilters with
columnFilters.orElse(null).
-
columnFilters
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder columnFilters(JsonField<List<TestListResultsResponse.LastUnskippedResult.RowsBody.ColumnFilter>> columnFilters)
Sets Builder.columnFilters to an arbitrary JSON value.
You should usually call Builder.columnFilters with a well-typed
List<ColumnFilter>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addColumnFilter
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addColumnFilter(TestListResultsResponse.LastUnskippedResult.RowsBody.ColumnFilter columnFilter)
Adds a single ColumnFilter to columnFilters.
-
addColumnFilter
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addColumnFilter(TestListResultsResponse.LastUnskippedResult.RowsBody.ColumnFilter.SetColumnFilter set)
Alias for calling addColumnFilter with
ColumnFilter.ofSet(set).
-
addColumnFilter
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addColumnFilter(TestListResultsResponse.LastUnskippedResult.RowsBody.ColumnFilter.NumericColumnFilter numeric)
Alias for calling addColumnFilter with
ColumnFilter.ofNumeric(numeric).
-
addColumnFilter
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addColumnFilter(TestListResultsResponse.LastUnskippedResult.RowsBody.ColumnFilter.StringColumnFilter string)
Alias for calling addColumnFilter with
ColumnFilter.ofString(string).
-
excludeRowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder excludeRowIdList(List<Long> excludeRowIdList)
-
excludeRowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder excludeRowIdList(Optional<List<Long>> excludeRowIdList)
Alias for calling Builder.excludeRowIdList with
excludeRowIdList.orElse(null).
-
excludeRowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder excludeRowIdList(JsonField<List<Long>> excludeRowIdList)
Sets Builder.excludeRowIdList to an arbitrary JSON value.
You should usually call Builder.excludeRowIdList with a well-typed
List<Long>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addExcludeRowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addExcludeRowIdList(Long excludeRowIdList)
Adds a single Long to Builder.excludeRowIdList.
-
notSearchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder notSearchQueryAnd(List<String> notSearchQueryAnd)
-
notSearchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder notSearchQueryAnd(Optional<List<String>> notSearchQueryAnd)
Alias for calling Builder.notSearchQueryAnd with
notSearchQueryAnd.orElse(null).
-
notSearchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder notSearchQueryAnd(JsonField<List<String>> notSearchQueryAnd)
Sets Builder.notSearchQueryAnd to an arbitrary JSON value.
You should usually call Builder.notSearchQueryAnd with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addNotSearchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addNotSearchQueryAnd(String notSearchQueryAnd)
Adds a single String to Builder.notSearchQueryAnd.
-
notSearchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder notSearchQueryOr(List<String> notSearchQueryOr)
-
notSearchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder notSearchQueryOr(Optional<List<String>> notSearchQueryOr)
Alias for calling Builder.notSearchQueryOr with
notSearchQueryOr.orElse(null).
-
notSearchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder notSearchQueryOr(JsonField<List<String>> notSearchQueryOr)
Sets Builder.notSearchQueryOr to an arbitrary JSON value.
You should usually call Builder.notSearchQueryOr with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addNotSearchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addNotSearchQueryOr(String notSearchQueryOr)
Adds a single String to Builder.notSearchQueryOr.
-
rowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder rowIdList(List<Long> rowIdList)
-
rowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder rowIdList(Optional<List<Long>> rowIdList)
Alias for calling Builder.rowIdList with
rowIdList.orElse(null).
-
rowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder rowIdList(JsonField<List<Long>> rowIdList)
Sets Builder.rowIdList to an arbitrary JSON value.
You should usually call Builder.rowIdList with a well-typed
List<Long>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addRowIdList
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addRowIdList(Long rowIdList)
Adds a single Long to Builder.rowIdList.
-
searchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder searchQueryAnd(List<String> searchQueryAnd)
-
searchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder searchQueryAnd(Optional<List<String>> searchQueryAnd)
Alias for calling Builder.searchQueryAnd with
searchQueryAnd.orElse(null).
-
searchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder searchQueryAnd(JsonField<List<String>> searchQueryAnd)
Sets Builder.searchQueryAnd to an arbitrary JSON value.
You should usually call Builder.searchQueryAnd with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addSearchQueryAnd
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addSearchQueryAnd(String searchQueryAnd)
Adds a single String to Builder.searchQueryAnd.
-
searchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder searchQueryOr(List<String> searchQueryOr)
-
searchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder searchQueryOr(Optional<List<String>> searchQueryOr)
Alias for calling Builder.searchQueryOr with
searchQueryOr.orElse(null).
-
searchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder searchQueryOr(JsonField<List<String>> searchQueryOr)
Sets Builder.searchQueryOr to an arbitrary JSON value.
You should usually call Builder.searchQueryOr with a well-typed
List<String>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addSearchQueryOr
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder addSearchQueryOr(String searchQueryOr)
Adds a single String to Builder.searchQueryOr.
-
additionalProperties
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TestListResultsResponse.LastUnskippedResult.RowsBody.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TestListResultsResponse.LastUnskippedResult.RowsBody build()
Returns an immutable instance of RowsBody.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-