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