Package odata.msgraph.client.complex
Class SimulationReportOverview.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.SimulationReportOverview.Builder
-
- Enclosing class:
- SimulationReportOverview
public static final class SimulationReportOverview.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SimulationReportOverviewbuild()SimulationReportOverview.BuilderrecommendedActions(List<RecommendedAction> recommendedActions)SimulationReportOverview.BuilderrecommendedActions(RecommendedAction... recommendedActions)SimulationReportOverview.BuilderrecommendedActionsNextLink(String recommendedActionsNextLink)SimulationReportOverview.BuilderresolvedTargetsCount(Integer resolvedTargetsCount)SimulationReportOverview.BuildersimulationEventsContent(SimulationEventsContent simulationEventsContent)SimulationReportOverview.BuildertrainingEventsContent(TrainingEventsContent trainingEventsContent)
-
-
-
Method Detail
-
recommendedActions
public SimulationReportOverview.Builder recommendedActions(List<RecommendedAction> recommendedActions)
-
recommendedActions
public SimulationReportOverview.Builder recommendedActions(RecommendedAction... recommendedActions)
-
recommendedActionsNextLink
public SimulationReportOverview.Builder recommendedActionsNextLink(String recommendedActionsNextLink)
-
resolvedTargetsCount
public SimulationReportOverview.Builder resolvedTargetsCount(Integer resolvedTargetsCount)
-
simulationEventsContent
public SimulationReportOverview.Builder simulationEventsContent(SimulationEventsContent simulationEventsContent)
-
trainingEventsContent
public SimulationReportOverview.Builder trainingEventsContent(TrainingEventsContent trainingEventsContent)
-
build
public SimulationReportOverview build()
-
-