| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportedAppleDeviceIdentityResult
“The importedAppleDeviceIdentityResult resource represents the result of
attempting to import Apple devices identities.”
|
| Modifier and Type | Method and Description |
|---|---|
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.Builder.build() |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withDiscoverySource(DiscoverySource discoverySource)
Returns an immutable copy of
this with just the discoverySource
field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withEnrollmentState(EnrollmentState enrollmentState)
Returns an immutable copy of
this with just the enrollmentState
field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withIsDeleted(Boolean isDeleted)
Returns an immutable copy of
this with just the isDeleted field
changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withIsSupervised(Boolean isSupervised)
Returns an immutable copy of
this with just the isSupervised
field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withLastContactedDateTime(OffsetDateTime lastContactedDateTime)
Returns an immutable copy of
this with just the lastContactedDateTime field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withPlatform(Platform platform)
Returns an immutable copy of
this with just the platform field
changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withRequestedEnrollmentProfileAssignmentDateTime(OffsetDateTime requestedEnrollmentProfileAssignmentDateTime)
Returns an immutable copy of
this with just the requestedEnrollmentProfileAssignmentDateTime field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withRequestedEnrollmentProfileId(String requestedEnrollmentProfileId)
Returns an immutable copy of
this with just the requestedEnrollmentProfileId field changed. |
ImportedAppleDeviceIdentity |
ImportedAppleDeviceIdentity.withSerialNumber(String serialNumber)
Returns an immutable copy of
this with just the serialNumber
field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ImportedAppleDeviceIdentityResult> |
ImportedAppleDeviceIdentityCollectionRequest.importAppleDeviceIdentityList(List<ImportedAppleDeviceIdentity> importedAppleDeviceIdentities,
Boolean overwriteImportedDeviceIdentities) |
Copyright © 2018–2020. All rights reserved.