Uses of Enum
com.microsoft.graph.models.SnapshotJobStatus
Packages that use SnapshotJobStatus
-
Uses of SnapshotJobStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SnapshotJobStatusModifier and TypeMethodDescriptionstatic SnapshotJobStatusConfigurationSnapshotJob.getStatus()Gets the status property value.static SnapshotJobStatusReturns the enum constant of this type with the specified name.static SnapshotJobStatus[]SnapshotJobStatus.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 SnapshotJobStatusModifier and TypeMethodDescriptionvoidConfigurationSnapshotJob.setStatus(SnapshotJobStatus value) Sets the status property value.