| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Class and Description |
|---|---|
class |
ImportedDeviceIdentityResult
“The importedDeviceIdentityResult resource represents the result of attempting to
import a device identity.”
|
| Modifier and Type | Method and Description |
|---|---|
ImportedDeviceIdentity |
ImportedDeviceIdentity.Builder.build() |
ImportedDeviceIdentity |
ImportedDeviceIdentity.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withEnrollmentState(EnrollmentState enrollmentState)
Returns an immutable copy of
this with just the enrollmentState
field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withImportedDeviceIdentifier(String importedDeviceIdentifier)
Returns an immutable copy of
this with just the importedDeviceIdentifier field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withImportedDeviceIdentityType(ImportedDeviceIdentityType importedDeviceIdentityType)
Returns an immutable copy of
this with just the importedDeviceIdentityType field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withLastContactedDateTime(OffsetDateTime lastContactedDateTime)
Returns an immutable copy of
this with just the lastContactedDateTime field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
ImportedDeviceIdentity |
ImportedDeviceIdentity.withPlatform(Platform platform)
Returns an immutable copy of
this with just the platform field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ImportedDeviceIdentity> |
ImportedDeviceIdentityCollectionRequest.searchExistingIdentities(List<ImportedDeviceIdentity> importedDeviceIdentities) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ImportedDeviceIdentityResult> |
ImportedDeviceIdentityCollectionRequest.importDeviceIdentityList(List<ImportedDeviceIdentity> importedDeviceIdentities,
Boolean overwriteImportedDeviceIdentities) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ImportedDeviceIdentity> |
ImportedDeviceIdentityCollectionRequest.searchExistingIdentities(List<ImportedDeviceIdentity> importedDeviceIdentities) |
Copyright © 2018–2020. All rights reserved.