Uses of Class
odata.msgraph.client.complex.SimulationReport
-
Packages that use SimulationReport Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SimulationReport in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SimulationReport Modifier and Type Method Description SimulationReportSimulationReport.Builder. build()SimulationReportSimulationReport. withOverview(SimulationReportOverview overview)SimulationReportSimulationReport. withUnmappedField(String name, Object value) -
Uses of SimulationReport in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SimulationReport Modifier and Type Field Description protected SimulationReportSimulation. reportMethods in odata.msgraph.client.entity that return types with arguments of type SimulationReport Modifier and Type Method Description Optional<SimulationReport>Simulation. getReport()Methods in odata.msgraph.client.entity with parameters of type SimulationReport Modifier and Type Method Description Simulation.BuilderSimulation.Builder. report(SimulationReport report)SimulationSimulation. withReport(SimulationReport report)
-