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