Class GHMarketplacePendingChange

java.lang.Object
org.kohsuke.github.GHMarketplacePendingChange

public class GHMarketplacePendingChange extends Object
A Github Marketplace purchase pending change.
Author:
Paulo Miguel Almeida
See Also:
  • Constructor Details

    • GHMarketplacePendingChange

      public GHMarketplacePendingChange()
  • Method Details

    • getId

      public long getId()
      Gets id.
      Returns:
      the id
    • getUnitCount

      public Long getUnitCount()
      Gets unit count.
      Returns:
      the unit count
    • getPlan

      public GHMarketplacePlan getPlan()
      Gets plan.
      Returns:
      the plan
    • getEffectiveDate

      public Date getEffectiveDate()
      Gets effective date.
      Returns:
      the effective date
    • getRoot

      @Deprecated public GitHub getRoot()
      Deprecated.
      For access to the GitHub instance, use a local copy instead of pulling it out of objects.
      Get the root GitHub instance for this object.
      Returns:
      the root GitHub instance