Uses of Enum
com.microsoft.graph.models.ArtifactRestoreStatus
Packages that use ArtifactRestoreStatus
-
Uses of ArtifactRestoreStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ArtifactRestoreStatusModifier and TypeMethodDescriptionstatic ArtifactRestoreStatusGranularRestoreArtifactBase.getStatus()Gets the status property value.RestoreArtifactBase.getStatus()Gets the status property value.static ArtifactRestoreStatusReturns the enum constant of this type with the specified name.static ArtifactRestoreStatus[]ArtifactRestoreStatus.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 ArtifactRestoreStatusModifier and TypeMethodDescriptionvoidGranularRestoreArtifactBase.setStatus(ArtifactRestoreStatus value) Sets the status property value.voidRestoreArtifactBase.setStatus(ArtifactRestoreStatus value) Sets the status property value.