Uses of Class
com.microsoft.graph.models.Simulation
Packages that use Simulation
-
Uses of Simulation in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SimulationModifier and TypeMethodDescriptionstatic SimulationSimulation.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type SimulationModifier and TypeMethodDescriptionAttackSimulationRoot.getSimulations()Gets the simulations property value.SimulationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type SimulationModifier and TypeMethodDescriptionvoidAttackSimulationRoot.setSimulations(List<Simulation> value) Sets the simulations property value.voidSimulationCollectionResponse.setValue(List<Simulation> value) Sets the value property value.