public class NotebookGetRecentNotebooksParameterSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder
Fluent builder for the NotebookGetRecentNotebooksParameterSet
|
Modifier and Type | Field and Description |
---|---|
java.lang.Boolean |
includePersonalNotebooks
The include Personal Notebooks.
|
Modifier | Constructor and Description |
---|---|
|
NotebookGetRecentNotebooksParameterSet()
Instiaciates a new NotebookGetRecentNotebooksParameterSet
|
protected |
NotebookGetRecentNotebooksParameterSet(NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder builder)
Instiaciates a new NotebookGetRecentNotebooksParameterSet
|
Modifier and Type | Method and Description |
---|---|
java.util.List<com.microsoft.graph.options.FunctionOption> |
getFunctionOptions()
Gets the functions options from the properties that have been set
|
static NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder |
newBuilder()
Gets a new builder for the body
|
@SerializedName(value="includePersonalNotebooks", alternate="IncludePersonalNotebooks") @Expose @Nullable public java.lang.Boolean includePersonalNotebooks
public NotebookGetRecentNotebooksParameterSet()
protected NotebookGetRecentNotebooksParameterSet(@Nonnull NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder builder)
builder
- builder bearing the parameters to initialize from@Nonnull public static NotebookGetRecentNotebooksParameterSet.NotebookGetRecentNotebooksParameterSetBuilder newBuilder()
@Nonnull public java.util.List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()