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