public static interface Filter.Builder extends SdkPojo, CopyableBuilder<Filter.Builder,Filter>
| Modifier and Type | Method and Description |
|---|---|
Filter.Builder |
name(String name)
A property name.
|
Filter.Builder |
operator(Operator operator)
A Boolean binary operator that is used to evaluate the filter.
|
Filter.Builder |
operator(String operator)
A Boolean binary operator that is used to evaluate the filter.
|
Filter.Builder |
value(String value)
A value used with
Resource and Operator to determine if objects satisfy the
filter's condition. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFilter.Builder name(String name)
A property name. For example, TrainingJobName. For the list of valid property names returned in
a search result for each supported resource, see TrainingJob properties. You must specify a valid
property name for the resource.
name - A property name. For example, TrainingJobName. For the list of valid property names
returned in a search result for each supported resource, see TrainingJob properties. You must
specify a valid property name for the resource.Filter.Builder operator(String operator)
A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:
The specified resource in Name equals the specified Value.
The specified resource in Name does not equal the specified Value.
The specified resource in Name is greater than the specified Value. Not supported
for text-based properties.
The specified resource in Name is greater than or equal to the specified Value. Not
supported for text-based properties.
The specified resource in Name is less than the specified Value. Not supported for
text-based properties.
The specified resource in Name is less than or equal to the specified Value. Not
supported for text-based properties.
Only supported for text-based properties. The word-list of the property contains the specified
Value.
If you have specified a filter Value, the default is Equals.
operator - A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the
following values:
The specified resource in Name equals the specified Value.
The specified resource in Name does not equal the specified Value.
The specified resource in Name is greater than the specified Value. Not
supported for text-based properties.
The specified resource in Name is greater than or equal to the specified
Value. Not supported for text-based properties.
The specified resource in Name is less than the specified Value. Not
supported for text-based properties.
The specified resource in Name is less than or equal to the specified Value.
Not supported for text-based properties.
Only supported for text-based properties. The word-list of the property contains the specified
Value.
If you have specified a filter Value, the default is Equals.
Operator,
OperatorFilter.Builder operator(Operator operator)
A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:
The specified resource in Name equals the specified Value.
The specified resource in Name does not equal the specified Value.
The specified resource in Name is greater than the specified Value. Not supported
for text-based properties.
The specified resource in Name is greater than or equal to the specified Value. Not
supported for text-based properties.
The specified resource in Name is less than the specified Value. Not supported for
text-based properties.
The specified resource in Name is less than or equal to the specified Value. Not
supported for text-based properties.
Only supported for text-based properties. The word-list of the property contains the specified
Value.
If you have specified a filter Value, the default is Equals.
operator - A Boolean binary operator that is used to evaluate the filter. The operator field contains one of the
following values:
The specified resource in Name equals the specified Value.
The specified resource in Name does not equal the specified Value.
The specified resource in Name is greater than the specified Value. Not
supported for text-based properties.
The specified resource in Name is greater than or equal to the specified
Value. Not supported for text-based properties.
The specified resource in Name is less than the specified Value. Not
supported for text-based properties.
The specified resource in Name is less than or equal to the specified Value.
Not supported for text-based properties.
Only supported for text-based properties. The word-list of the property contains the specified
Value.
If you have specified a filter Value, the default is Equals.
Operator,
OperatorFilter.Builder value(String value)
A value used with Resource and Operator to determine if objects satisfy the
filter's condition. For numerical properties, Value must be an integer or floating-point
decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the following
format: YYYY-mm-dd'T'HH:MM:SS.
value - A value used with Resource and Operator to determine if objects satisfy the
filter's condition. For numerical properties, Value must be an integer or floating-point
decimal. For timestamp properties, Value must be an ISO 8601 date-time string of the
following format: YYYY-mm-dd'T'HH:MM:SS.Copyright © 2019. All rights reserved.