Package com.microsoft.graph.models
Class OnenotePagePreviewParameterSet
java.lang.Object
com.microsoft.graph.models.OnenotePagePreviewParameterSet
The class for the Onenote Page Preview Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the OnenotePagePreviewParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new OnenotePagePreviewParameterSetprotected
OnenotePagePreviewParameterSet
(OnenotePagePreviewParameterSet.OnenotePagePreviewParameterSetBuilder builder) Instiaciates a new OnenotePagePreviewParameterSet -
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
-
Constructor Details
-
OnenotePagePreviewParameterSet
public OnenotePagePreviewParameterSet()Instiaciates a new OnenotePagePreviewParameterSet -
OnenotePagePreviewParameterSet
protected OnenotePagePreviewParameterSet(@Nonnull OnenotePagePreviewParameterSet.OnenotePagePreviewParameterSetBuilder builder) Instiaciates a new OnenotePagePreviewParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static OnenotePagePreviewParameterSet.OnenotePagePreviewParameterSetBuilder 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
-