Uses of Class
odata.msgraph.client.enums.SimulationContentSource
-
Packages that use SimulationContentSource Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of SimulationContentSource in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SimulationContentSource Modifier and Type Field Description protected SimulationContentSourceEndUserNotification. sourceprotected SimulationContentSourceLandingPage. sourceprotected SimulationContentSourceLoginPage. sourceprotected SimulationContentSourcePayload. sourceprotected SimulationContentSourceTraining. sourceMethods in odata.msgraph.client.entity that return types with arguments of type SimulationContentSource Modifier and Type Method Description Optional<SimulationContentSource>EndUserNotification. getSource()Optional<SimulationContentSource>LandingPage. getSource()Optional<SimulationContentSource>LoginPage. getSource()Optional<SimulationContentSource>Payload. getSource()Optional<SimulationContentSource>Training. getSource()Methods in odata.msgraph.client.entity with parameters of type SimulationContentSource Modifier and Type Method Description EndUserNotification.BuilderEndUserNotification.Builder. source(SimulationContentSource source)LandingPage.BuilderLandingPage.Builder. source(SimulationContentSource source)LoginPage.BuilderLoginPage.Builder. source(SimulationContentSource source)Payload.BuilderPayload.Builder. source(SimulationContentSource source)Training.BuilderTraining.Builder. source(SimulationContentSource source)EndUserNotificationEndUserNotification. withSource(SimulationContentSource source)LandingPageLandingPage. withSource(SimulationContentSource source)LoginPageLoginPage. withSource(SimulationContentSource source)PayloadPayload. withSource(SimulationContentSource source)TrainingTraining. withSource(SimulationContentSource source) -
Uses of SimulationContentSource in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SimulationContentSource Modifier and Type Method Description static SimulationContentSourceSimulationContentSource. valueOf(String name)Returns 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.
-