public class SystemApi
extends java.lang.Object
| Constructor and Description |
|---|
SystemApi() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBasePath() |
GetCountriesResponse |
GetCountries(java.lang.String callerId) |
ApiInvoker |
getInvoker() |
GetStatesResponse |
GetStates(java.lang.String callerId,
java.lang.String countryName) |
GetSubscriptionPlansResponse |
GetSubscriptionPlans(java.lang.String callerId,
java.lang.String family) |
GetPlanResponse |
GetUserPlan(java.lang.String callerId) |
GetUserSubscriptionPlanResponse |
GetUserSubscriptionPlan(java.lang.String callerId) |
void |
setBasePath(java.lang.String basePath) |
GetBillingAddressResponse |
SetBillingAddress(java.lang.String userId,
BillingAddressInfo body) |
SetUserSubscriptionPlanResponse |
SetSubscriptionPlan(java.lang.String userId,
java.lang.String productId,
SubscriptionPlanInfo body) |
public ApiInvoker getInvoker()
public void setBasePath(java.lang.String basePath)
public java.lang.String getBasePath()
public GetPlanResponse GetUserPlan(java.lang.String callerId) throws ApiException
ApiExceptionpublic GetUserSubscriptionPlanResponse GetUserSubscriptionPlan(java.lang.String callerId) throws ApiException
ApiExceptionpublic GetSubscriptionPlansResponse GetSubscriptionPlans(java.lang.String callerId, java.lang.String family) throws ApiException
ApiExceptionpublic SetUserSubscriptionPlanResponse SetSubscriptionPlan(java.lang.String userId, java.lang.String productId, SubscriptionPlanInfo body) throws ApiException
ApiExceptionpublic GetCountriesResponse GetCountries(java.lang.String callerId) throws ApiException
ApiExceptionpublic GetStatesResponse GetStates(java.lang.String callerId, java.lang.String countryName) throws ApiException
ApiExceptionpublic GetBillingAddressResponse SetBillingAddress(java.lang.String userId, BillingAddressInfo body) throws ApiException
ApiExceptionCopyright © 2013 GroupDocs. All Rights Reserved.