EnrollmentProfile |
EnrollmentProfile.Builder.build() |
|
EnrollmentProfile |
EnrollmentProfile.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
EnrollmentProfile |
EnrollmentProfile.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
EnrollmentProfile |
EnrollmentProfile.withConfigurationEndpointUrl(String configurationEndpointUrl) |
Returns an immutable copy of this with just the
configurationEndpointUrl field changed.
|
EnrollmentProfile |
EnrollmentProfile.withDescription(String description) |
Returns an immutable copy of this with just the description
field changed.
|
EnrollmentProfile |
EnrollmentProfile.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
EnrollmentProfile |
EnrollmentProfile.withEnableAuthenticationViaCompanyPortal(Boolean enableAuthenticationViaCompanyPortal) |
Returns an immutable copy of this with just the
enableAuthenticationViaCompanyPortal field changed.
|
EnrollmentProfile |
EnrollmentProfile.withRequireCompanyPortalOnSetupAssistantEnrolledDevices(Boolean requireCompanyPortalOnSetupAssistantEnrolledDevices) |
Returns an immutable copy of this with just the
requireCompanyPortalOnSetupAssistantEnrolledDevices field changed.
|
EnrollmentProfile |
EnrollmentProfile.withRequiresUserAuthentication(Boolean requiresUserAuthentication) |
Returns an immutable copy of this with just the
requiresUserAuthentication field changed.
|
EnrollmentProfile |
EnrollmentProfile.withUnmappedField(String name,
String value) |
|