public static final class OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
groupId
The groupId parameter value
|
protected java.lang.String |
id
The id parameter value
|
protected java.lang.String |
siteCollectionId
The siteCollectionId parameter value
|
protected java.lang.String |
siteId
The siteId parameter value
|
| Modifier | Constructor and Description |
|---|---|
protected |
OnenotePageCopyToSectionParameterSetBuilder()
Instanciates a new OnenotePageCopyToSectionParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
OnenotePageCopyToSectionParameterSet |
build()
Buils the resulting body object to be passed to the request
|
OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder |
withGroupId(java.lang.String val)
Sets the GroupId
|
OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder |
withId(java.lang.String val)
Sets the Id
|
OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder |
withSiteCollectionId(java.lang.String val)
Sets the SiteCollectionId
|
OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder |
withSiteId(java.lang.String val)
Sets the SiteId
|
@Nullable protected java.lang.String id
@Nullable protected java.lang.String groupId
@Nullable protected java.lang.String siteCollectionId
@Nullable protected java.lang.String siteId
@Nullable protected OnenotePageCopyToSectionParameterSetBuilder()
@Nonnull public OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder withId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder withGroupId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder withSiteCollectionId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder withSiteId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenotePageCopyToSectionParameterSet build()