| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountsApi.accountsGet()
Loads your account.
|
Account |
AccountsApi.accountsPut(Account body)
Update your Account
|
Account |
SubaccountsApi.subaccountsPost(SubaccountPayload body)
Create new subaccount and provide most important data about it.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Account> |
AccountsApi.accountsGetWithHttpInfo()
Loads your account.
|
ApiResponse<Account> |
AccountsApi.accountsPutWithHttpInfo(Account body)
Update your Account
|
ApiResponse<Account> |
SubaccountsApi.subaccountsPostWithHttpInfo(SubaccountPayload body)
Create new subaccount and provide most important data about it.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
AccountsApi.accountsPut(Account body)
Update your Account
|
com.squareup.okhttp.Call |
AccountsApi.accountsPutAsync(Account body,
ApiCallback<Account> callback)
Update your Account (asynchronously)
|
com.squareup.okhttp.Call |
AccountsApi.accountsPutCall(Account body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for accountsPut
|
ApiResponse<Account> |
AccountsApi.accountsPutWithHttpInfo(Account body)
Update your Account
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
AccountsApi.accountsGetAsync(ApiCallback<Account> callback)
Loads your account.
|
com.squareup.okhttp.Call |
AccountsApi.accountsPutAsync(Account body,
ApiCallback<Account> callback)
Update your Account (asynchronously)
|
com.squareup.okhttp.Call |
SubaccountsApi.subaccountsPostAsync(SubaccountPayload body,
ApiCallback<Account> callback)
Create new subaccount and provide most important data about it.
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.addUsageItem(UsageData usageItem) |
Account |
Account.advancedOptions(AdvancedOptions advancedOptions) |
Account |
Account.generalInfo(AccountCore generalInfo) |
Account |
Account.inboundOptions(InboundOptions inboundOptions) |
Account |
Account.overview(AccountOverview overview) |
Account |
Account.profile(Profile profile) |
Account |
Account.reputation(ReputationDetail reputation) |
Account |
Account.usage(List<UsageData> usage) |
Copyright © 2019. All rights reserved.