Interface EnrollmentFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<EnrollmentFilter.Builder,EnrollmentFilter>, SdkBuilder<EnrollmentFilter.Builder,EnrollmentFilter>, SdkPojo
Enclosing class:
EnrollmentFilter

public static interface EnrollmentFilter.Builder extends SdkPojo, CopyableBuilder<EnrollmentFilter.Builder,EnrollmentFilter>
  • Method Details

    • 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:
    • 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:
    • 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.