Uses of Class
odata.msgraph.client.beta.complex.ActionStep
-
Packages that use ActionStep Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of ActionStep in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ActionStep Modifier and Type Method Description ActionStepActionStep.Builder. build()ActionStepActionStep. withActionUrl(ActionUrl actionUrl)ActionStepActionStep. withStepNumber(Long stepNumber)ActionStepActionStep. withText(String text)ActionStepActionStep. withUnmappedField(String name, String value) -
Uses of ActionStep in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type ActionStep Modifier and Type Field Description protected List<ActionStep>Recommendation. actionStepsMethods in odata.msgraph.client.beta.entity that return types with arguments of type ActionStep Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ActionStep>Recommendation. getActionSteps()com.github.davidmoten.odata.client.CollectionPage<ActionStep>Recommendation. getActionSteps(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type ActionStep Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. actionSteps(ActionStep... actionSteps)Method parameters in odata.msgraph.client.beta.entity with type arguments of type ActionStep Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. actionSteps(List<ActionStep> actionSteps)RecommendationRecommendation. withActionSteps(List<ActionStep> actionSteps)
-