public static interface EnrollmentFilter.Builder extends SdkPojo, CopyableBuilder<EnrollmentFilter.Builder,EnrollmentFilter>
| Modifier and Type | Method and Description |
|---|---|
EnrollmentFilter.Builder |
name(EnrollmentFilterName name)
The name of the filter.
|
EnrollmentFilter.Builder |
name(String name)
The name of the filter.
|
EnrollmentFilter.Builder |
values(Collection<String> values)
The value of the filter.
|
EnrollmentFilter.Builder |
values(String... values)
The value of the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnrollmentFilter.Builder name(String name)
The name of the filter.
Specify Status to return accounts with a specific enrollment status (for example,
Active).
name - The name of the filter.
Specify Status to return accounts with a specific enrollment status (for example,
Active).
EnrollmentFilterName,
EnrollmentFilterNameEnrollmentFilter.Builder name(EnrollmentFilterName name)
The name of the filter.
Specify Status to return accounts with a specific enrollment status (for example,
Active).
name - The name of the filter.
Specify Status to return accounts with a specific enrollment status (for example,
Active).
EnrollmentFilterName,
EnrollmentFilterNameEnrollmentFilter.Builder values(Collection<String> values)
The value of the filter.
The valid values are Active, Inactive, Pending, and
Failed.
values - The value of the filter.
The valid values are Active, Inactive, Pending, and
Failed.
EnrollmentFilter.Builder values(String... values)
The value of the filter.
The valid values are Active, Inactive, Pending, and
Failed.
values - The value of the filter.
The valid values are Active, Inactive, Pending, and
Failed.
Copyright © 2023. All rights reserved.