Package com.microsoft.graph.models
Class NotebookCopyNotebookParameterSet
java.lang.Object
com.microsoft.graph.models.NotebookCopyNotebookParameterSet
The class for the Notebook Copy Notebook Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the NotebookCopyNotebookParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe group Id.The notebook Folder.The rename As.The site Collection Id.The site Id. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new NotebookCopyNotebookParameterSetprotectedNotebookCopyNotebookParameterSet(NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder builder) Instiaciates a new NotebookCopyNotebookParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
groupId
The group Id. -
renameAs
The rename As. -
notebookFolder
@SerializedName(value="notebookFolder", alternate="NotebookFolder") @Expose @Nullable public String notebookFolderThe notebook Folder. -
siteCollectionId
@SerializedName(value="siteCollectionId", alternate="SiteCollectionId") @Expose @Nullable public String siteCollectionIdThe site Collection Id. -
siteId
The site Id.
-
-
Constructor Details
-
NotebookCopyNotebookParameterSet
public NotebookCopyNotebookParameterSet()Instiaciates a new NotebookCopyNotebookParameterSet -
NotebookCopyNotebookParameterSet
protected NotebookCopyNotebookParameterSet(@Nonnull NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder builder) Instiaciates a new NotebookCopyNotebookParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-