Package com.braintrustdata.api.models
Class ViewDataSearch
-
- All Implemented Interfaces:
public final class ViewDataSearch
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classViewDataSearch.BuilderA builder for ViewDataSearch.
-
Method Summary
Modifier and Type Method Description final Optional<List<JsonValue>>filter()final Optional<List<JsonValue>>match()final Optional<List<JsonValue>>sort()final Optional<List<JsonValue>>tag()final JsonField<List<JsonValue>>_filter()Returns the raw JSON value of filter. final JsonField<List<JsonValue>>_match()Returns the raw JSON value of match. final JsonField<List<JsonValue>>_sort()Returns the raw JSON value of sort. final JsonField<List<JsonValue>>_tag()Returns the raw JSON value of tag. final Map<String, JsonValue>_additionalProperties()final ViewDataSearch.BuildertoBuilder()final ViewDataSearchvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ViewDataSearch.Builderbuilder()Returns a mutable builder for constructing an instance of ViewDataSearch. -
-
Method Detail
-
_filter
final JsonField<List<JsonValue>> _filter()
Returns the raw JSON value of filter.
Unlike filter, this method doesn't throw if the JSON field has an unexpected type.
-
_match
final JsonField<List<JsonValue>> _match()
Returns the raw JSON value of match.
Unlike match, this method doesn't throw if the JSON field has an unexpected type.
-
_sort
final JsonField<List<JsonValue>> _sort()
Returns the raw JSON value of sort.
Unlike sort, this method doesn't throw if the JSON field has an unexpected type.
-
_tag
final JsonField<List<JsonValue>> _tag()
Returns the raw JSON value of tag.
Unlike tag, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ViewDataSearch.Builder toBuilder()
-
validate
final ViewDataSearch validate()
-
builder
final static ViewDataSearch.Builder builder()
Returns a mutable builder for constructing an instance of ViewDataSearch.
-
-
-
-