Uses of Class
odata.msgraph.client.enums.RestorePointPreference
-
Packages that use RestorePointPreference Package Description odata.msgraph.client.entity.collection.request odata.msgraph.client.enums -
-
Uses of RestorePointPreference in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request with parameters of type RestorePointPreference Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<RestorePointSearchResponse>RestorePointCollectionRequest. search(List<String> protectionUnitIds, TimePeriod protectionTimePeriod, RestorePointPreference restorePointPreference, RestorePointTags tags, ArtifactQuery artifactQuery) -
Uses of RestorePointPreference in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return RestorePointPreference Modifier and Type Method Description static RestorePointPreferenceRestorePointPreference. valueOf(String name)Returns the enum constant of this type with the specified name.static RestorePointPreference[]RestorePointPreference. values()Returns an array containing the constants of this enum type, in the order they are declared.
-