Uses of Enum
com.microsoft.graph.models.SimulationContentSource
Packages that use SimulationContentSource
-
Uses of SimulationContentSource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SimulationContentSourceModifier and TypeMethodDescriptionstatic SimulationContentSourceEndUserNotification.getSource()Gets the source property value.LandingPage.getSource()Gets the source property value.LoginPage.getSource()Gets the source property value.Payload.getSource()Gets the source property value.Training.getSource()Gets the source property value.static SimulationContentSourceReturns the enum constant of this type with the specified name.static SimulationContentSource[]SimulationContentSource.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 SimulationContentSourceModifier and TypeMethodDescriptionvoidEndUserNotification.setSource(SimulationContentSource value) Sets the source property value.voidLandingPage.setSource(SimulationContentSource value) Sets the source property value.voidLoginPage.setSource(SimulationContentSource value) Sets the source property value.voidPayload.setSource(SimulationContentSource value) Sets the source property value.voidTraining.setSource(SimulationContentSource value) Sets the source property value.