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