Uses of Class
odata.msgraph.client.entity.SimulationAutomationRun
-
Packages that use SimulationAutomationRun Package Description odata.msgraph.client.entity -
-
Uses of SimulationAutomationRun in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SimulationAutomationRun Modifier and Type Field Description protected List<SimulationAutomationRun>SimulationAutomation. runsMethods in odata.msgraph.client.entity that return SimulationAutomationRun Modifier and Type Method Description SimulationAutomationRunSimulationAutomationRun.Builder. build()SimulationAutomationRunSimulationAutomationRun. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SimulationAutomationRunSimulationAutomationRun. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SimulationAutomationRunSimulationAutomationRun. withEndDateTime(OffsetDateTime endDateTime)SimulationAutomationRunSimulationAutomationRun. withSimulationId(String simulationId)SimulationAutomationRunSimulationAutomationRun. withStartDateTime(OffsetDateTime startDateTime)SimulationAutomationRunSimulationAutomationRun. withStatus(SimulationAutomationRunStatus status)SimulationAutomationRunSimulationAutomationRun. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type SimulationAutomationRun Modifier and Type Method Description SimulationAutomation.BuilderSimulationAutomation.Builder. runs(SimulationAutomationRun... runs)Method parameters in odata.msgraph.client.entity with type arguments of type SimulationAutomationRun Modifier and Type Method Description SimulationAutomation.BuilderSimulationAutomation.Builder. runs(List<SimulationAutomationRun> runs)SimulationAutomationSimulationAutomation. withRuns(List<SimulationAutomationRun> runs)
-