Package odata.msgraph.client.complex
Class SimulationReportOverview
- java.lang.Object
-
- odata.msgraph.client.complex.SimulationReportOverview
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class SimulationReportOverview extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimulationReportOverview.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringodataTypeprotected List<RecommendedAction>recommendedActionsprotected StringrecommendedActionsNextLinkprotected IntegerresolvedTargetsCountprotected SimulationEventsContentsimulationEventsContentprotected TrainingEventsContenttrainingEventsContentprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedSimulationReportOverview()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
recommendedActions
protected List<RecommendedAction> recommendedActions
-
recommendedActionsNextLink
protected String recommendedActionsNextLink
-
resolvedTargetsCount
protected Integer resolvedTargetsCount
-
simulationEventsContent
protected SimulationEventsContent simulationEventsContent
-
trainingEventsContent
protected TrainingEventsContent trainingEventsContent
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getRecommendedActions
public com.github.davidmoten.odata.client.CollectionPage<RecommendedAction> getRecommendedActions()
-
getRecommendedActions
public com.github.davidmoten.odata.client.CollectionPage<RecommendedAction> getRecommendedActions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withResolvedTargetsCount
public SimulationReportOverview withResolvedTargetsCount(Integer resolvedTargetsCount)
-
getSimulationEventsContent
public Optional<SimulationEventsContent> getSimulationEventsContent()
-
withSimulationEventsContent
public SimulationReportOverview withSimulationEventsContent(SimulationEventsContent simulationEventsContent)
-
getTrainingEventsContent
public Optional<TrainingEventsContent> getTrainingEventsContent()
-
withTrainingEventsContent
public SimulationReportOverview withTrainingEventsContent(TrainingEventsContent trainingEventsContent)
-
withUnmappedField
public SimulationReportOverview withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static SimulationReportOverview.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-