Class NotebookGetRecentNotebooksParameterSet

java.lang.Object
com.microsoft.graph.models.NotebookGetRecentNotebooksParameterSet

public class NotebookGetRecentNotebooksParameterSet extends Object
The class for the Notebook Get Recent Notebooks Parameter Set.
  • Field Details

    • includePersonalNotebooks

      @SerializedName(value="includePersonalNotebooks", alternate="IncludePersonalNotebooks") @Expose @Nullable public Boolean includePersonalNotebooks
      The 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