public static interface ProjectListFilter.Builder extends SdkPojo, CopyableBuilder<ProjectListFilter.Builder,ProjectListFilter>
| Modifier and Type | Method and Description |
|---|---|
ProjectListFilter.Builder |
comparisonOperator(ComparisonOperator comparisonOperator)
The operator used to compare the fields.
|
ProjectListFilter.Builder |
comparisonOperator(String comparisonOperator)
The operator used to compare the fields.
|
ProjectListFilter.Builder |
key(FilterKey key)
A key that can be used to sort results.
|
ProjectListFilter.Builder |
key(String key)
A key that can be used to sort results.
|
ProjectListFilter.Builder |
values(Collection<String> values)
The value of the key.
|
ProjectListFilter.Builder |
values(String... values)
The value of the key.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProjectListFilter.Builder key(String key)
A key that can be used to sort results.
ProjectListFilter.Builder key(FilterKey key)
A key that can be used to sort results.
ProjectListFilter.Builder values(Collection<String> values)
The value of the key.
values - The value of the key.ProjectListFilter.Builder values(String... values)
The value of the key.
values - The value of the key.ProjectListFilter.Builder comparisonOperator(String comparisonOperator)
The operator used to compare the fields.
comparisonOperator - The operator used to compare the fields.ComparisonOperator,
ComparisonOperatorProjectListFilter.Builder comparisonOperator(ComparisonOperator comparisonOperator)
The operator used to compare the fields.
comparisonOperator - The operator used to compare the fields.ComparisonOperator,
ComparisonOperatorCopyright © 2022. All rights reserved.