Package com.microsoft.graph.models
Class NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder
- Enclosing class:
NotebookCopyNotebookParameterSet
public static final class NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder
extends Object
Fluent builder for the NotebookCopyNotebookParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new NotebookCopyNotebookParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithGroupId(String val) Sets the GroupIdwithNotebookFolder(String val) Sets the NotebookFolderwithRenameAs(String val) Sets the RenameAsSets the SiteCollectionIdwithSiteId(String val) Sets the SiteId
-
Field Details
-
groupId
The groupId parameter value -
renameAs
The renameAs parameter value -
notebookFolder
The notebookFolder parameter value -
siteCollectionId
The siteCollectionId parameter value -
siteId
The siteId parameter value
-
-
Constructor Details
-
NotebookCopyNotebookParameterSetBuilder
@Nullable protected NotebookCopyNotebookParameterSetBuilder()Instanciates a new NotebookCopyNotebookParameterSetBuilder
-
-
Method Details
-
withGroupId
@Nonnull public NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder withGroupId(@Nullable String val) Sets the GroupId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRenameAs
@Nonnull public NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder withRenameAs(@Nullable String val) Sets the RenameAs- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withNotebookFolder
@Nonnull public NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder withNotebookFolder(@Nullable String val) Sets the NotebookFolder- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSiteCollectionId
@Nonnull public NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder withSiteCollectionId(@Nullable String val) Sets the SiteCollectionId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSiteId
@Nonnull public NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder withSiteId(@Nullable String val) Sets the SiteId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-