Uses of Class
odata.msgraph.client.beta.complex.BulkManagedDeviceActionResult
-
Packages that use BulkManagedDeviceActionResult Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of BulkManagedDeviceActionResult in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return BulkManagedDeviceActionResult Modifier and Type Method Description BulkManagedDeviceActionResultBulkManagedDeviceActionResult.Builder. build()BulkManagedDeviceActionResultBulkManagedDeviceActionResult. withUnmappedField(String name, String value) -
Uses of BulkManagedDeviceActionResult in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type BulkManagedDeviceActionResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BulkManagedDeviceActionResult>ManagedDeviceCollectionRequest. executeAction(ManagedDeviceRemoteAction actionName, Boolean keepEnrollmentData, Boolean keepUserData, Boolean persistEsimDataPlan, List<String> deviceIds, String notificationTitle, String notificationBody, String deviceName, String carrierUrl, String deprovisionReason, String organizationalUnitPath)
-