Package org.kohsuke.github
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:
GHMarketplaceListAccountBuilder.createRequest()
-
-
Constructor Summary
Constructors Constructor Description GHMarketplacePendingChange()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetEffectiveDate()Gets effective date.longgetId()Gets id.GHMarketplacePlangetPlan()Gets plan.LonggetUnitCount()Gets unit count.
-
-
-
Method Detail
-
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
-
-