Class NotebookCopyNotebookParameterSet

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

public class NotebookCopyNotebookParameterSet extends Object
The class for the Notebook Copy Notebook Parameter Set.
  • Field Details

    • groupId

      @SerializedName(value="groupId", alternate="GroupId") @Expose @Nullable public String groupId
      The group Id.
    • renameAs

      @SerializedName(value="renameAs", alternate="RenameAs") @Expose @Nullable public String renameAs
      The rename As.
    • notebookFolder

      @SerializedName(value="notebookFolder", alternate="NotebookFolder") @Expose @Nullable public String notebookFolder
      The notebook Folder.
    • siteCollectionId

      @SerializedName(value="siteCollectionId", alternate="SiteCollectionId") @Expose @Nullable public String siteCollectionId
      The site Collection Id.
    • siteId

      @SerializedName(value="siteId", alternate="SiteId") @Expose @Nullable public String siteId
      The site Id.
  • Constructor Details

    • NotebookCopyNotebookParameterSet

      public NotebookCopyNotebookParameterSet()
      Instiaciates a new NotebookCopyNotebookParameterSet
    • NotebookCopyNotebookParameterSet

      protected NotebookCopyNotebookParameterSet(@Nonnull NotebookCopyNotebookParameterSet.NotebookCopyNotebookParameterSetBuilder builder)
      Instiaciates a new NotebookCopyNotebookParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request