Package com.microsoft.graph.models
Class OnenoteSectionCopyToNotebookParameterSet
java.lang.Object
com.microsoft.graph.models.OnenoteSectionCopyToNotebookParameterSet
The class for the Onenote Section Copy To Notebook Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the OnenoteSectionCopyToNotebookParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new OnenoteSectionCopyToNotebookParameterSetprotectedOnenoteSectionCopyToNotebookParameterSet(OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder builder) Instiaciates a new OnenoteSectionCopyToNotebookParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
id
The id. -
groupId
The group Id. -
renameAs
The rename As. -
siteCollectionId
@SerializedName(value="siteCollectionId", alternate="SiteCollectionId") @Expose @Nullable public String siteCollectionIdThe site Collection Id. -
siteId
The site Id.
-
-
Constructor Details
-
OnenoteSectionCopyToNotebookParameterSet
public OnenoteSectionCopyToNotebookParameterSet()Instiaciates a new OnenoteSectionCopyToNotebookParameterSet -
OnenoteSectionCopyToNotebookParameterSet
protected OnenoteSectionCopyToNotebookParameterSet(@Nonnull OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder builder) Instiaciates a new OnenoteSectionCopyToNotebookParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static OnenoteSectionCopyToNotebookParameterSet.OnenoteSectionCopyToNotebookParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-