Package com.microsoft.graph.models
Class OnenoteSectionCopyToSectionGroupParameterSet
java.lang.Object
com.microsoft.graph.models.OnenoteSectionCopyToSectionGroupParameterSet
The class for the Onenote Section Copy To Section Group Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the OnenoteSectionCopyToSectionGroupParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new OnenoteSectionCopyToSectionGroupParameterSetprotected
OnenoteSectionCopyToSectionGroupParameterSet
(OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder builder) Instiaciates a new OnenoteSectionCopyToSectionGroupParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setstatic OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder
Gets 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
-
OnenoteSectionCopyToSectionGroupParameterSet
public OnenoteSectionCopyToSectionGroupParameterSet()Instiaciates a new OnenoteSectionCopyToSectionGroupParameterSet -
OnenoteSectionCopyToSectionGroupParameterSet
protected OnenoteSectionCopyToSectionGroupParameterSet(@Nonnull OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder builder) Instiaciates a new OnenoteSectionCopyToSectionGroupParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static OnenoteSectionCopyToSectionGroupParameterSet.OnenoteSectionCopyToSectionGroupParameterSetBuilder 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
-