Uses of Class
odata.msgraph.client.beta.entity.ImportedDeviceIdentityResult
-
Packages that use ImportedDeviceIdentityResult Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of ImportedDeviceIdentityResult in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ImportedDeviceIdentityResult Modifier and Type Method Description ImportedDeviceIdentityResultImportedDeviceIdentityResult.Builder. build()ImportedDeviceIdentityResultImportedDeviceIdentityResult. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ImportedDeviceIdentityResultImportedDeviceIdentityResult. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ImportedDeviceIdentityResultImportedDeviceIdentityResult. withStatus(Boolean status)Returns an immutable copy ofthiswith just thestatusfield changed.ImportedDeviceIdentityResultImportedDeviceIdentityResult. withUnmappedField(String name, String value) -
Uses of ImportedDeviceIdentityResult in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type ImportedDeviceIdentityResult Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ImportedDeviceIdentityResult>ImportedDeviceIdentityCollectionRequest. importDeviceIdentityList(List<ImportedDeviceIdentity> importedDeviceIdentities, Boolean overwriteImportedDeviceIdentities)
-