Uses of Class
odata.msgraph.client.beta.enums.ManagedDeviceRemoteAction
-
Packages that use ManagedDeviceRemoteAction Package Description odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.enums -
-
Uses of ManagedDeviceRemoteAction in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type ManagedDeviceRemoteAction 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) -
Uses of ManagedDeviceRemoteAction in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedDeviceRemoteAction Modifier and Type Method Description static ManagedDeviceRemoteActionManagedDeviceRemoteAction. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedDeviceRemoteAction[]ManagedDeviceRemoteAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-