public class OnenotePageOnenotePatchContentParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder
Fluent builder for the OnenotePageOnenotePatchContentParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.util.List<OnenotePatchContentCommand> |
commands
The commands.
|
Modifier | Constructor and Description |
---|---|
|
OnenotePageOnenotePatchContentParameterSet()
Instiaciates a new OnenotePageOnenotePatchContentParameterSet
|
protected |
OnenotePageOnenotePatchContentParameterSet(OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder builder)
Instiaciates a new OnenotePageOnenotePatchContentParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="commands", alternate="Commands") @Expose @Nullable public java.util.List<OnenotePatchContentCommand> commands
public OnenotePageOnenotePatchContentParameterSet()
protected OnenotePageOnenotePatchContentParameterSet(@Nonnull OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static OnenotePageOnenotePatchContentParameterSet.OnenotePageOnenotePatchContentParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()