Uses of Class
odata.msgraph.client.beta.enums.RestoreTimeRange
-
Packages that use RestoreTimeRange Package Description odata.msgraph.client.beta.entity.collection.request odata.msgraph.client.beta.enums -
-
Uses of RestoreTimeRange in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type RestoreTimeRange Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<CloudPcBulkRemoteActionResult>ManagedDeviceCollectionRequest. bulkRestoreCloudPc(List<String> managedDeviceIds, OffsetDateTime restorePointDateTime, RestoreTimeRange timeRange) -
Uses of RestoreTimeRange in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RestoreTimeRange Modifier and Type Method Description static RestoreTimeRangeRestoreTimeRange. valueOf(String name)Returns the enum constant of this type with the specified name.static RestoreTimeRange[]RestoreTimeRange. values()Returns an array containing the constants of this enum type, in the order they are declared.
-