Package com.microsoft.graph.models
Class OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder
- Enclosing class:
OnenotePageOnenotePatchContentParameterSet
public static final class OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder
extends Object
Fluent builder for the OnenotePageOnenotePatchContentParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<OnenotePatchContentCommand>
The commands parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new OnenotePageOnenotePatchContentParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the Commands
-
Field Details
-
commands
The commands parameter value
-
-
Constructor Details
-
OnenotePageOnenotePatchContentParameterSetBuilder
@Nullable protected OnenotePageOnenotePatchContentParameterSetBuilder()Instanciates a new OnenotePageOnenotePatchContentParameterSetBuilder
-
-
Method Details
-
withCommands
@Nonnull public OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder withCommands(@Nullable List<OnenotePatchContentCommand> val) Sets the Commands- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-