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) |
GetCreditCardResponse |
GetCreditCard(java.lang.String userId) |
GetInvoicesResponse |
GetInvoices(java.lang.String callerId,
java.lang.String pageNumber,
java.lang.Integer pageSize) |
ApiInvoker |
getInvoker() |
GetPurchaseWizardResponse |
GetPurchseWizardInfo(java.lang.String userId) |
GetStatesResponse |
GetStates(java.lang.String callerId,
java.lang.String countryName) |
GetSubscriptionPlansResponse |
GetSubscriptionPlans(java.lang.String callerId,
java.lang.String family) |
GetSubscriptionPlanUsageResponse |
GetSubscriptionPlanUsage(java.lang.String userId) |
GetTermSuggestionsResponse |
GetTermSuggestions(java.lang.String userId,
java.lang.String term) |
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) |
GetCreditCardResponse |
SetCreditCard(java.lang.String userId,
CreditCardInfo body) |
SetUserSubscriptionPlanResponse |
SetSubscriptionPlan(java.lang.String userId,
java.lang.String productId,
SubscriptionPlanInfo body) |
GetInvoicesResponse |
SimulateAssessForPaymentPlan(java.lang.String userId,
java.lang.String discountCode,
java.lang.String paymentPlanId) |
GetInvoicesResponse |
SimulateAssessForPricingPlan(java.lang.String userId,
java.lang.String discountCode,
java.lang.String planId) |
SetUserSubscriptionPlanResponse |
UpdateSubscriptionPlan(java.lang.String userId,
java.lang.String productId,
UpdateSubscriptionPlanInfo body) |
public ApiInvoker getInvoker()
public void setBasePath(java.lang.String basePath)
public java.lang.String getBasePath()
public GetInvoicesResponse SimulateAssessForPricingPlan(java.lang.String userId, java.lang.String discountCode, java.lang.String planId) throws ApiException
ApiExceptionpublic GetInvoicesResponse SimulateAssessForPaymentPlan(java.lang.String userId, java.lang.String discountCode, java.lang.String paymentPlanId) throws ApiException
ApiExceptionpublic 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 SetUserSubscriptionPlanResponse UpdateSubscriptionPlan(java.lang.String userId, java.lang.String productId, UpdateSubscriptionPlanInfo 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
ApiExceptionpublic GetCreditCardResponse SetCreditCard(java.lang.String userId, CreditCardInfo body) throws ApiException
ApiExceptionpublic GetCreditCardResponse GetCreditCard(java.lang.String userId) throws ApiException
ApiExceptionpublic GetInvoicesResponse GetInvoices(java.lang.String callerId, java.lang.String pageNumber, java.lang.Integer pageSize) throws ApiException
ApiExceptionpublic GetSubscriptionPlanUsageResponse GetSubscriptionPlanUsage(java.lang.String userId) throws ApiException
ApiExceptionpublic GetPurchaseWizardResponse GetPurchseWizardInfo(java.lang.String userId) throws ApiException
ApiExceptionpublic GetTermSuggestionsResponse GetTermSuggestions(java.lang.String userId, java.lang.String term) throws ApiException
ApiExceptionCopyright © 2015 GroupDocs. All Rights Reserved.