| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Class and Description |
|---|---|
class |
DepEnrollmentBaseProfile
“The DepEnrollmentBaseProfile resource represents an Apple Device Enrollment
Program (DEP) enrollment profile.
|
class |
DepEnrollmentProfile
“The depEnrollmentProfile resource represents an Apple Device Enrollment Program
(DEP) enrollment profile.
|
class |
DepIOSEnrollmentProfile
“The DepIOSEnrollmentProfile resource represents an Apple Device Enrollment
Program (DEP) enrollment profile specific to iOS configuration.
|
class |
DepMacOSEnrollmentProfile
“The DepMacOSEnrollmentProfile resource represents an Apple Device Enrollment
Program (DEP) enrollment profile specific to macOS configuration.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2018–2020. All rights reserved.