Class ActionStep.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ActionStep.Builder
-
- Enclosing class:
- ActionStep
public static final class ActionStep.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionStep.BuilderactionUrl(ActionUrl actionUrl)ActionStepbuild()ActionStep.BuilderstepNumber(Long stepNumber)ActionStep.Buildertext(String text)
-
-
-
Method Detail
-
actionUrl
public ActionStep.Builder actionUrl(ActionUrl actionUrl)
-
stepNumber
public ActionStep.Builder stepNumber(Long stepNumber)
-
text
public ActionStep.Builder text(String text)
-
build
public ActionStep build()
-
-