Package com.microsoft.graph.models
Class NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder
- Enclosing class:
- NotebookGetRecentNotebooksParameterSet
public static final class NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder
extends Object
Fluent builder for the NotebookGetRecentNotebooksParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new NotebookGetRecentNotebooksParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Buils the resulting body object to be passed to the requestSets the IncludePersonalNotebooks
-
Field Details
-
includePersonalNotebooks
The includePersonalNotebooks parameter value
-
-
Constructor Details
-
NotebookGetRecentNotebooksParameterSetBuilder
@Nullable protected NotebookGetRecentNotebooksParameterSetBuilder()Instanciates a new NotebookGetRecentNotebooksParameterSetBuilder
-
-
Method Details
-
withIncludePersonalNotebooks
@Nonnull public NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder withIncludePersonalNotebooks(@Nullable Boolean val) Sets the IncludePersonalNotebooks- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-