public class OnenotePageCopyToSectionParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder
Fluent builder for the OnenotePageCopyToSectionParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
groupId
The group Id.
|
java.lang.String |
id
The id.
|
java.lang.String |
siteCollectionId
The site Collection Id.
|
java.lang.String |
siteId
The site Id.
|
| Modifier | Constructor and Description |
|---|---|
|
OnenotePageCopyToSectionParameterSet()
Instiaciates a new OnenotePageCopyToSectionParameterSet
|
protected |
OnenotePageCopyToSectionParameterSet(OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder builder)
Instiaciates a new OnenotePageCopyToSectionParameterSet
|
| 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 OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="id",
alternate="Id")
@Expose
@Nullable
public java.lang.String id
@SerializedName(value="groupId",
alternate="GroupId")
@Expose
@Nullable
public java.lang.String groupId
@SerializedName(value="siteCollectionId",
alternate="SiteCollectionId")
@Expose
@Nullable
public java.lang.String siteCollectionId
@SerializedName(value="siteId",
alternate="SiteId")
@Expose
@Nullable
public java.lang.String siteId
public OnenotePageCopyToSectionParameterSet()
protected OnenotePageCopyToSectionParameterSet(@Nonnull
OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()