Interface DataRepositoryTaskFilter.Builder

    • Method Detail

      • name

        DataRepositoryTaskFilter.Builder name​(String name)

        Name of the task property to use in filtering the tasks returned in the response.

        • Use file-system-id to retrieve data repository tasks for specific file systems.

        • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

        Parameters:
        name - Name of the task property to use in filtering the tasks returned in the response.

        • Use file-system-id to retrieve data repository tasks for specific file systems.

        • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataRepositoryTaskFilterName, DataRepositoryTaskFilterName
      • name

        DataRepositoryTaskFilter.Builder name​(DataRepositoryTaskFilterName name)

        Name of the task property to use in filtering the tasks returned in the response.

        • Use file-system-id to retrieve data repository tasks for specific file systems.

        • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

        Parameters:
        name - Name of the task property to use in filtering the tasks returned in the response.

        • Use file-system-id to retrieve data repository tasks for specific file systems.

        • Use task-lifecycle to retrieve data repository tasks with one or more specific lifecycle states, as follows: CANCELED, EXECUTING, FAILED, PENDING, and SUCCEEDED.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DataRepositoryTaskFilterName, DataRepositoryTaskFilterName
      • values

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

        Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

        Parameters:
        values - Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        DataRepositoryTaskFilter.Builder values​(String... values)

        Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.

        Parameters:
        values - Use Values to include the specific file system IDs and task lifecycle states for the filters you are using.
        Returns:
        Returns a reference to this object so that method calls can be chained together.