public static final class OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder
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 |
renameAs
The renameAs 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 |
OnenoteSectionCopyToSectionGroupParameterSetBuilder()
Instanciates a new OnenoteSectionCopyToSectionGroupParameterSetBuilder
|
| Modifier and Type | Method and Description |
|---|---|
OnenoteSectionCopyToSectionGroupParameterSet |
build()
Buils the resulting body object to be passed to the request
|
OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder |
withGroupId(java.lang.String val)
Sets the GroupId
|
OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder |
withId(java.lang.String val)
Sets the Id
|
OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder |
withRenameAs(java.lang.String val)
Sets the RenameAs
|
OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder |
withSiteCollectionId(java.lang.String val)
Sets the SiteCollectionId
|
OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder |
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 renameAs
@Nullable protected java.lang.String siteCollectionId
@Nullable protected java.lang.String siteId
@Nullable protected OnenoteSectionCopyToSectionGroupParameterSetBuilder()
@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withGroupId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withRenameAs(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withSiteCollectionId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder withSiteId(@Nullable java.lang.String val)
val - the value to set it to@Nonnull public OnenoteSectionCopyToSectionGroupParameterSet build()