Package com.microsoft.graph.models
Class OnenotePageCopyToSectionParameterSet
java.lang.Object
com.microsoft.graph.models.OnenotePageCopyToSectionParameterSet
The class for the Onenote Page Copy To Section Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the OnenotePageCopyToSectionParameterSet -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new OnenotePageCopyToSectionParameterSetprotectedOnenotePageCopyToSectionParameterSet(OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder builder) Instiaciates a new OnenotePageCopyToSectionParameterSet -
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. -
siteCollectionId
@SerializedName(value="siteCollectionId", alternate="SiteCollectionId") @Expose @Nullable public String siteCollectionIdThe site Collection Id. -
siteId
The site Id.
-
-
Constructor Details
-
OnenotePageCopyToSectionParameterSet
public OnenotePageCopyToSectionParameterSet()Instiaciates a new OnenotePageCopyToSectionParameterSet -
OnenotePageCopyToSectionParameterSet
protected OnenotePageCopyToSectionParameterSet(@Nonnull OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder builder) Instiaciates a new OnenotePageCopyToSectionParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static OnenotePageCopyToSectionParameterSet.OnenotePageCopyToSectionParameterSetBuilder 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
-