Uses of Enum
com.microsoft.graph.models.SimulationContentStatus
Packages that use SimulationContentStatus
-
Uses of SimulationContentStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SimulationContentStatusModifier and TypeMethodDescriptionstatic SimulationContentStatusEndUserNotification.getStatus()Gets the status property value.LandingPage.getStatus()Gets the status property value.LoginPage.getStatus()Gets the status property value.Payload.getStatus()Gets the status property value.static SimulationContentStatusReturns the enum constant of this type with the specified name.static SimulationContentStatus[]SimulationContentStatus.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 SimulationContentStatusModifier and TypeMethodDescriptionvoidEndUserNotification.setStatus(SimulationContentStatus value) Sets the status property value.voidLandingPage.setStatus(SimulationContentStatus value) Sets the status property value.voidLoginPage.setStatus(SimulationContentStatus value) Sets the status property value.voidPayload.setStatus(SimulationContentStatus value) Sets the status property value.