Package com.microsoft.graph.models
Class OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder
- Enclosing class:
OnenoteSectionCopyToNotebookParameterSet
public static final class OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder
extends Object
Fluent builder for the OnenoteSectionCopyToNotebookParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new OnenoteSectionCopyToNotebookParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithGroupId(String val) Sets the GroupIdSets the IdwithRenameAs(String val) Sets the RenameAsSets the SiteCollectionIdwithSiteId(String val) Sets the SiteId
-
Field Details
-
id
The id parameter value -
groupId
The groupId parameter value -
renameAs
The renameAs parameter value -
siteCollectionId
The siteCollectionId parameter value -
siteId
The siteId parameter value
-
-
Constructor Details
-
OnenoteSectionCopyToNotebookParameterSetBuilder
@Nullable protected OnenoteSectionCopyToNotebookParameterSetBuilder()Instanciates a new OnenoteSectionCopyToNotebookParameterSetBuilder
-
-
Method Details
-
withId
@Nonnull public OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder withId(@Nullable String val) Sets the Id- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withGroupId
@Nonnull public OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder withGroupId(@Nullable String val) Sets the GroupId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRenameAs
@Nonnull public OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder withRenameAs(@Nullable String val) Sets the RenameAs- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSiteCollectionId
@Nonnull public OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder withSiteCollectionId(@Nullable String val) Sets the SiteCollectionId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSiteId
@Nonnull public OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder 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
-