Class BetaFileSearchTool.Filters.CompoundFilter
-
- All Implemented Interfaces:
public final class BetaFileSearchTool.Filters.CompoundFilterCombine multiple filters using
andoror.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaFileSearchTool.Filters.CompoundFilter.BuilderA builder for CompoundFilter.
public final classBetaFileSearchTool.Filters.CompoundFilter.FilterA filter used to compare a specified attribute key to a given value using a defined comparison operation.
public final classBetaFileSearchTool.Filters.CompoundFilter.TypeType of operation:
andoror.
-
Method Summary
Modifier and Type Method Description final List<BetaFileSearchTool.Filters.CompoundFilter.Filter>filters()Array of filters to combine. final BetaFileSearchTool.Filters.CompoundFilter.Typetype()Type of operation: andoror.final JsonField<List<BetaFileSearchTool.Filters.CompoundFilter.Filter>>_filters()Returns the raw JSON value of filters. final JsonField<BetaFileSearchTool.Filters.CompoundFilter.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaFileSearchTool.Filters.CompoundFilter.BuildertoBuilder()final BetaFileSearchTool.Filters.CompoundFiltervalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaFileSearchTool.Filters.CompoundFilter.Builderbuilder()Returns a mutable builder for constructing an instance of CompoundFilter. -
-
Method Detail
-
filters
final List<BetaFileSearchTool.Filters.CompoundFilter.Filter> filters()
Array of filters to combine. Items can be
ComparisonFilterorCompoundFilter.
-
type
final BetaFileSearchTool.Filters.CompoundFilter.Type type()
Type of operation:
andoror.
-
_filters
final JsonField<List<BetaFileSearchTool.Filters.CompoundFilter.Filter>> _filters()
Returns the raw JSON value of filters.
Unlike filters, this method doesn't throw if the JSON field has an unexpected type.
-
_type
final JsonField<BetaFileSearchTool.Filters.CompoundFilter.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaFileSearchTool.Filters.CompoundFilter.Builder toBuilder()
-
validate
final BetaFileSearchTool.Filters.CompoundFilter validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaFileSearchTool.Filters.CompoundFilter.Builder builder()
Returns a mutable builder for constructing an instance of CompoundFilter.
The following fields are required:
.filters() .type()
-
-
-
-