| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
ImportedDeviceIdentityResult |
ImportedDeviceIdentityResult.Builder.build() |
ImportedDeviceIdentityResult |
ImportedDeviceIdentityResult.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ImportedDeviceIdentityResult |
ImportedDeviceIdentityResult.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ImportedDeviceIdentityResult |
ImportedDeviceIdentityResult.withStatus(Boolean status)
Returns an immutable copy of
this with just the status field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ImportedDeviceIdentityResult> |
ImportedDeviceIdentityCollectionRequest.importDeviceIdentityList(List<ImportedDeviceIdentity> importedDeviceIdentities,
Boolean overwriteImportedDeviceIdentities) |
Copyright © 2018–2020. All rights reserved.