Interface ListJobsFilterCriteria.Builder

    • Method Detail

      • excludes

        ListJobsFilterCriteria.Builder excludes​(Collection<ListJobsFilterTerm> excludes)

        An array of objects, one for each condition that determines which jobs to exclude from the results.

        Parameters:
        excludes - An array of objects, one for each condition that determines which jobs to exclude from the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • excludes

        ListJobsFilterCriteria.Builder excludes​(ListJobsFilterTerm... excludes)

        An array of objects, one for each condition that determines which jobs to exclude from the results.

        Parameters:
        excludes - An array of objects, one for each condition that determines which jobs to exclude from the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includes

        ListJobsFilterCriteria.Builder includes​(Collection<ListJobsFilterTerm> includes)

        An array of objects, one for each condition that determines which jobs to include in the results.

        Parameters:
        includes - An array of objects, one for each condition that determines which jobs to include in the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includes

        ListJobsFilterCriteria.Builder includes​(ListJobsFilterTerm... includes)

        An array of objects, one for each condition that determines which jobs to include in the results.

        Parameters:
        includes - An array of objects, one for each condition that determines which jobs to include in the results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.