Package com.microsoft.graph.models
Class NotebookGetRecentNotebooksParameterSet
java.lang.Object
com.microsoft.graph.models.NotebookGetRecentNotebooksParameterSet
The class for the Notebook Get Recent Notebooks Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the NotebookGetRecentNotebooksParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe include Personal Notebooks. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new NotebookGetRecentNotebooksParameterSetprotected
NotebookGetRecentNotebooksParameterSet
(NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder builder) Instiaciates a new NotebookGetRecentNotebooksParameterSet -
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
-
includePersonalNotebooks
@SerializedName(value="includePersonalNotebooks", alternate="IncludePersonalNotebooks") @Expose @Nullable public Boolean includePersonalNotebooksThe include Personal Notebooks.
-
-
Constructor Details
-
NotebookGetRecentNotebooksParameterSet
public NotebookGetRecentNotebooksParameterSet()Instiaciates a new NotebookGetRecentNotebooksParameterSet -
NotebookGetRecentNotebooksParameterSet
protected NotebookGetRecentNotebooksParameterSet(@Nonnull NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder builder) Instiaciates a new NotebookGetRecentNotebooksParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder 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
-