Uses of Class
odata.msgraph.client.complex.RecommendedAction
-
Packages that use RecommendedAction Package Description odata.msgraph.client.complex -
-
Uses of RecommendedAction in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type RecommendedAction Modifier and Type Field Description protected List<RecommendedAction>SimulationReportOverview. recommendedActionsMethods in odata.msgraph.client.complex that return RecommendedAction Modifier and Type Method Description RecommendedActionRecommendedAction.Builder. build()RecommendedActionRecommendedAction. withActionWebUrl(String actionWebUrl)RecommendedActionRecommendedAction. withPotentialScoreImpact(Double potentialScoreImpact)RecommendedActionRecommendedAction. withTitle(String title)RecommendedActionRecommendedAction. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type RecommendedAction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RecommendedAction>SimulationReportOverview. getRecommendedActions()com.github.davidmoten.odata.client.CollectionPage<RecommendedAction>SimulationReportOverview. getRecommendedActions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type RecommendedAction Modifier and Type Method Description SimulationReportOverview.BuilderSimulationReportOverview.Builder. recommendedActions(RecommendedAction... recommendedActions)Method parameters in odata.msgraph.client.complex with type arguments of type RecommendedAction Modifier and Type Method Description SimulationReportOverview.BuilderSimulationReportOverview.Builder. recommendedActions(List<RecommendedAction> recommendedActions)
-