public class SystemApi extends Object
| Constructor and Description |
|---|
SystemApi() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBasePath() |
GetCountriesResponse |
GetCountries(String callerId) |
ApiInvoker |
getInvoker() |
GetStatesResponse |
GetStates(String callerId,
String countryName) |
GetSubscriptionPlansResponse |
GetSubscriptionPlans(String callerId,
String family) |
GetPlanResponse |
GetUserPlan(String callerId) |
GetUserSubscriptionPlanResponse |
GetUserSubscriptionPlan(String callerId) |
void |
setBasePath(String basePath) |
SetUserSubscriptionPlanResponse |
SetSubscriptionPlan(String userId,
String productId,
SubscriptionPlanInfo body) |
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 GetCountriesResponse GetCountries(String callerId) throws ApiException
ApiExceptionpublic GetStatesResponse GetStates(String callerId, String countryName) throws ApiException
ApiExceptionCopyright © 2012. All Rights Reserved.