Package odata.msgraph.client.complex
Class OnenotePatchContentCommand.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.OnenotePatchContentCommand.Builder
-
- Enclosing class:
- OnenotePatchContentCommand
public static final class OnenotePatchContentCommand.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnenotePatchContentCommand.Builderaction(OnenotePatchActionType action)OnenotePatchContentCommandbuild()OnenotePatchContentCommand.Buildercontent(String content)OnenotePatchContentCommand.Builderposition(OnenotePatchInsertPosition position)OnenotePatchContentCommand.Buildertarget(String target)
-
-
-
Method Detail
-
action
public OnenotePatchContentCommand.Builder action(OnenotePatchActionType action)
-
content
public OnenotePatchContentCommand.Builder content(String content)
-
position
public OnenotePatchContentCommand.Builder position(OnenotePatchInsertPosition position)
-
target
public OnenotePatchContentCommand.Builder target(String target)
-
build
public OnenotePatchContentCommand build()
-
-