Class OnenoteSectionCopyToNotebookParameterSet

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

public class OnenoteSectionCopyToNotebookParameterSet extends Object
The class for the Onenote Section Copy To Notebook Parameter Set.
  • Field Details

    • id

      @SerializedName(value="id", alternate="Id") @Expose @Nullable public String id
      The id.
    • 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.
    • 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

    • OnenoteSectionCopyToNotebookParameterSet

      public OnenoteSectionCopyToNotebookParameterSet()
      Instiaciates a new OnenoteSectionCopyToNotebookParameterSet
    • OnenoteSectionCopyToNotebookParameterSet

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