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.withUnmappedField(String name,
String value) |
|
EnrollmentTroubleshootingEvent |
EnrollmentTroubleshootingEvent.withUserId(String userId) |
Returns an immutable copy of this with just the userId field
changed.
|