public class NotebookCopyNotebookParameterSet
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder
Fluent builder for the NotebookCopyNotebookParameterSet
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
groupId
The group Id.
|
java.lang.String |
notebookFolder
The notebook Folder.
|
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 |
|---|---|
|
NotebookCopyNotebookParameterSet()
Instiaciates a new NotebookCopyNotebookParameterSet
|
protected |
NotebookCopyNotebookParameterSet(NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder builder)
Instiaciates a new NotebookCopyNotebookParameterSet
|
| 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 NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@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="notebookFolder",
alternate="NotebookFolder")
@Expose
@Nullable
public java.lang.String notebookFolder
@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 NotebookCopyNotebookParameterSet()
protected NotebookCopyNotebookParameterSet(@Nonnull
NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder builder)
builder - builder bearing the parameters to initialize from@Nonnull public static NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()