Package com.microsoft.graph.models
Class OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder
- Enclosing class:
OnenoteSectionCopyToSectionGroupParameterSet
public static final class OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder
extends Object
Fluent builder for the OnenoteSectionCopyToSectionGroupParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new OnenoteSectionCopyToSectionGroupParameterSetBuilder -
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
-
OnenoteSectionCopyToSectionGroupParameterSetBuilder
@Nullable protected OnenoteSectionCopyToSectionGroupParameterSetBuilder()Instanciates a new OnenoteSectionCopyToSectionGroupParameterSetBuilder
-
-
Method Details
-
withId
@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withId(@Nullable String val) Sets the Id- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withGroupId
@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withGroupId(@Nullable String val) Sets the GroupId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withRenameAs
@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withRenameAs(@Nullable String val) Sets the RenameAs- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSiteCollectionId
@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withSiteCollectionId(@Nullable String val) Sets the SiteCollectionId- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSiteId
@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder 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
-