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 Deprecated Methods Modifier and Type Method Description DategetEffectiveDate()Gets effective date.longgetId()Gets id.GHMarketplacePlangetPlan()Gets plan.GitHubgetRoot()Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.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
-
getRoot
@Deprecated public GitHub getRoot()
Deprecated.For access to theGitHubinstance, use a local copy instead of pulling it out of objects.Get the rootGitHubinstance for this object.- Returns:
- the root
GitHubinstance
-
-