Interface TaskFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TaskFilter.Builder,TaskFilter>, SdkBuilder<TaskFilter.Builder,TaskFilter>, SdkPojo
Enclosing class:
TaskFilter

public static interface TaskFilter.Builder extends SdkPojo, CopyableBuilder<TaskFilter.Builder,TaskFilter>
  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • values

      The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.

      Parameters:
      values - The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • values

      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.

      Parameters:
      values - The values that you want to filter for. For example, you might want to display only tasks for a specific destination location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • operator

      TaskFilter.Builder operator(String operator)

      The operator that is used to compare filter values (for example, Equals or Contains ).

      Parameters:
      operator - The operator that is used to compare filter values (for example, Equals or Contains).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • operator

      TaskFilter.Builder operator(Operator operator)

      The operator that is used to compare filter values (for example, Equals or Contains ).

      Parameters:
      operator - The operator that is used to compare filter values (for example, Equals or Contains).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: