Class OnenoteSectionCopyToSectionGroupParameterSet

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

public class OnenoteSectionCopyToSectionGroupParameterSet extends Object
The class for the Onenote Section Copy To Section Group 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

    • OnenoteSectionCopyToSectionGroupParameterSet

      public OnenoteSectionCopyToSectionGroupParameterSet()
      Instiaciates a new OnenoteSectionCopyToSectionGroupParameterSet
    • OnenoteSectionCopyToSectionGroupParameterSet

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