public class OnenoteSectionCopyToNotebookParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder
Fluent builder for the OnenoteSectionCopyToNotebookParameterSet
|
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 |
---|---|
|
OnenoteSectionCopyToNotebookParameterSet()
Instiaciates a new OnenoteSectionCopyToNotebookParameterSet
|
protected |
OnenoteSectionCopyToNotebookParameterSet(OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder builder)
Instiaciates a new OnenoteSectionCopyToNotebookParameterSet
|
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 OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder |
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 OnenoteSectionCopyToNotebookParameterSet()
protected OnenoteSectionCopyToNotebookParameterSet(@Nonnull OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()