public static interface TaskFilter.Builder extends SdkPojo, CopyableBuilder<TaskFilter.Builder,TaskFilter>
| Modifier and Type | Method and Description |
|---|---|
TaskFilter.Builder |
name(String name)
The name of the filter being used.
|
TaskFilter.Builder |
name(TaskFilterName name)
The name of the filter being used.
|
TaskFilter.Builder |
operator(Operator operator)
The operator that is used to compare filter values (for example,
Equals or Contains
). |
TaskFilter.Builder |
operator(String operator)
The operator that is used to compare filter values (for example,
Equals or Contains
). |
TaskFilter.Builder |
values(Collection<String> values)
The values that you want to filter for.
|
TaskFilter.Builder |
values(String... values)
The values that you want to filter for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskFilter.Builder name(String name)
The name of the filter being used. Each API call supports a list of filters that are available for it. For
example, LocationId for ListTasks.
name - The name of the filter being used. Each API call supports a list of filters that are available for it.
For example, LocationId for ListTasks.TaskFilterName,
TaskFilterNameTaskFilter.Builder name(TaskFilterName name)
The name of the filter being used. Each API call supports a list of filters that are available for it. For
example, LocationId for ListTasks.
name - The name of the filter being used. Each API call supports a list of filters that are available for it.
For example, LocationId for ListTasks.TaskFilterName,
TaskFilterNameTaskFilter.Builder values(Collection<String> values)
The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.
values - The values that you want to filter for. For example, you might want to display only tasks for a
specific destination location.TaskFilter.Builder values(String... values)
The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.
values - The values that you want to filter for. For example, you might want to display only tasks for a
specific destination location.TaskFilter.Builder operator(String operator)
The operator that is used to compare filter values (for example, Equals or Contains
). For more about API filtering operators, see query-resources.
operator - The operator that is used to compare filter values (for example, Equals or
Contains). For more about API filtering operators, see query-resources.Operator,
OperatorTaskFilter.Builder operator(Operator operator)
The operator that is used to compare filter values (for example, Equals or Contains
). For more about API filtering operators, see query-resources.
operator - The operator that is used to compare filter values (for example, Equals or
Contains). For more about API filtering operators, see query-resources.Operator,
OperatorCopyright © 2021. All rights reserved.