Package org.kohsuke.github
Class GHMarketplaceAccount
- java.lang.Object
-
- org.kohsuke.github.GHMarketplaceAccount
-
- Direct Known Subclasses:
GHMarketplaceAccountPlan
public class GHMarketplaceAccount extends Object
Base class for Github Marketplace Account.- Author:
- Paulo Miguel Almeida
- See Also:
GitHub.getMyMarketplacePurchases(),GHMarketplaceListAccountBuilder.createRequest()
-
-
Constructor Summary
Constructors Constructor Description GHMarketplaceAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEmail()Gets email.longgetId()Gets id.StringgetLogin()Gets login.StringgetOrganizationBillingEmail()Gets organization billing email.GHMarketplaceAccountTypegetType()Gets type.URLgetUrl()Gets url.
-
-
-
Method Detail
-
getUrl
public URL getUrl()
Gets url.- Returns:
- the url
-
getId
public long getId()
Gets id.- Returns:
- the id
-
getLogin
public String getLogin()
Gets login.- Returns:
- the login
-
getEmail
public String getEmail()
Gets email.- Returns:
- the email
-
getOrganizationBillingEmail
public String getOrganizationBillingEmail()
Gets organization billing email.- Returns:
- the organization billing email
-
getType
public GHMarketplaceAccountType getType()
Gets type.- Returns:
- the type
-
-