Class OnenotePageCopyToSectionParameterSet

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

public class OnenotePageCopyToSectionParameterSet extends Object
The class for the Onenote Page Copy To Section 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.
    • 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

    • OnenotePageCopyToSectionParameterSet

      public OnenotePageCopyToSectionParameterSet()
      Instiaciates a new OnenotePageCopyToSectionParameterSet
    • OnenotePageCopyToSectionParameterSet

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