Interface ImportTaskFilter.Builder

    • Method Detail

      • values

        ImportTaskFilter.Builder values​(Collection<String> values)

        An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

        Parameters:
        values - An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        ImportTaskFilter.Builder values​(String... values)

        An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.

        Parameters:
        values - An array of strings that you can provide to match against a specific name, status, or import task ID to filter the results for your import task queries.
        Returns:
        Returns a reference to this object so that method calls can be chained together.