| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.Builder.build() |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withDeviceId(String deviceId)
Returns an immutable copy of
this with just the deviceId field
changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withEnrollmentType(DeviceEnrollmentType enrollmentType)
Returns an immutable copy of
this with just the enrollmentType
field changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withFailureCategory(DeviceEnrollmentFailureReason failureCategory)
Returns an immutable copy of
this with just the failureCategory
field changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withFailureReason(String failureReason)
Returns an immutable copy of
this with just the failureReason
field changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withManagedDeviceIdentifier(String managedDeviceIdentifier)
Returns an immutable copy of
this with just the managedDeviceIdentifier field changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withOperatingSystem(String operatingSystem)
Returns an immutable copy of
this with just the operatingSystem
field changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withOsVersion(String osVersion)
Returns an immutable copy of
this with just the osVersion field
changed. |
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withUserId(String userId)
Returns an immutable copy of
this with just the userId field
changed. |
Copyright © 2018–2020. All rights reserved.