Uses of Class
odata.msgraph.client.complex.SimulationEvent
-
Packages that use SimulationEvent Package Description odata.msgraph.client.complex -
-
Uses of SimulationEvent in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type SimulationEvent Modifier and Type Field Description protected List<SimulationEvent>SimulationEventsContent. eventsMethods in odata.msgraph.client.complex that return SimulationEvent Modifier and Type Method Description SimulationEventSimulationEvent.Builder. build()SimulationEventSimulationEvent. withCount(Integer count)SimulationEventSimulationEvent. withEventName(String eventName)SimulationEventSimulationEvent. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type SimulationEvent Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SimulationEvent>SimulationEventsContent. getEvents()com.github.davidmoten.odata.client.CollectionPage<SimulationEvent>SimulationEventsContent. getEvents(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type SimulationEvent Modifier and Type Method Description SimulationEventsContent.BuilderSimulationEventsContent.Builder. events(SimulationEvent... events)Method parameters in odata.msgraph.client.complex with type arguments of type SimulationEvent Modifier and Type Method Description SimulationEventsContent.BuilderSimulationEventsContent.Builder. events(List<SimulationEvent> events)
-