Uses of Enum
com.microsoft.graph.models.RestoreJobType
Packages that use RestoreJobType
-
Uses of RestoreJobType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RestoreJobTypeModifier and TypeMethodDescriptionstatic RestoreJobTypeRestoreSessionBase.getRestoreJobType()Gets the restoreJobType property value.static RestoreJobTypeReturns the enum constant of this type with the specified name.static RestoreJobType[]RestoreJobType.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 RestoreJobTypeModifier and TypeMethodDescriptionvoidRestoreSessionBase.setRestoreJobType(RestoreJobType value) Sets the restoreJobType property value.