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