Interface EnrollmentFilter.Builder

    • Method Detail

      • name

        EnrollmentFilter.Builder name​(String name)

        The name of the filter.

        Specify Status to return accounts with a specific enrollment status (for example, Active).

        Parameters:
        name - The name of the filter.

        Specify Status to return accounts with a specific enrollment status (for example, Active).

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

        EnrollmentFilter.Builder name​(EnrollmentFilterName name)

        The name of the filter.

        Specify Status to return accounts with a specific enrollment status (for example, Active).

        Parameters:
        name - The name of the filter.

        Specify Status to return accounts with a specific enrollment status (for example, Active).

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

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

        The value of the filter.

        The valid values are Active, Inactive, Pending, and Failed.

        Parameters:
        values - The value of the filter.

        The valid values are Active, Inactive, Pending, and Failed.

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

        EnrollmentFilter.Builder values​(String... values)

        The value of the filter.

        The valid values are Active, Inactive, Pending, and Failed.

        Parameters:
        values - The value of the filter.

        The valid values are Active, Inactive, Pending, and Failed.

        Returns:
        Returns a reference to this object so that method calls can be chained together.