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