Interface TaskFilter.Builder

    • Method Detail

      • name

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

        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:
        TaskFilterName, TaskFilterName
      • name

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

        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:
        TaskFilterName, TaskFilterName
      • values

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

        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, Operator
      • 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:
        Operator, Operator