static EnrollmentProfile.Builder |
EnrollmentProfile.builderEnrollmentProfile() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
EnrollmentProfile.Builder |
EnrollmentProfile.Builder.configurationEndpointUrl(String configurationEndpointUrl) |
“Configuration endpoint url to use for Enrollment”
|
EnrollmentProfile.Builder |
EnrollmentProfile.Builder.description(String description) |
“Description of the profile”
|
EnrollmentProfile.Builder |
EnrollmentProfile.Builder.displayName(String displayName) |
“Name of the profile”
|
EnrollmentProfile.Builder |
EnrollmentProfile.Builder.enableAuthenticationViaCompanyPortal(Boolean enableAuthenticationViaCompanyPortal) |
“Indicates to authenticate with Apple Setup Assistant instead of Company Portal.”
|
EnrollmentProfile.Builder |
EnrollmentProfile.Builder.id(String id) |
|
EnrollmentProfile.Builder |
EnrollmentProfile.Builder.requireCompanyPortalOnSetupAssistantEnrolledDevices(Boolean requireCompanyPortalOnSetupAssistantEnrolledDevices) |
“Indicates that Company Portal is required on setup assistant enrolled devices”
|
EnrollmentProfile.Builder |
EnrollmentProfile.Builder.requiresUserAuthentication(Boolean requiresUserAuthentication) |
“Indicates if the profile requires user authentication”
|