Uses of Enum
com.microsoft.graph.models.RestorePointPreference
Packages that use RestorePointPreference
-
Uses of RestorePointPreference in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RestorePointPreferenceModifier and TypeMethodDescriptionstatic RestorePointPreferenceRestoreArtifactsBulkRequestBase.getRestorePointPreference()Gets the restorePointPreference property value.static RestorePointPreferenceReturns 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.Methods in com.microsoft.graph.models with parameters of type RestorePointPreferenceModifier and TypeMethodDescriptionvoidRestoreArtifactsBulkRequestBase.setRestorePointPreference(RestorePointPreference value) Sets the restorePointPreference property value.