@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class SubaccountsApi extends Object
| Constructor and Description |
|---|
SubaccountsApi() |
SubaccountsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
PortalSubaccountsList |
subaccountsGet(Integer itemsPerPage,
String pageNavigationToken,
Integer pageNumber)
List all subaccounts in the portal
Retrieve all the webhooks for this api key
|
void |
subaccountsSubaccountIdApikeysApiKeyDelete(String subaccountId,
String apiKey)
Delete the API Key for this application from a subaccount
Uninstall this application from a subaccount.
|
void |
subaccountsSubaccountIdApikeysPost(String subaccountId)
Create a new API Key for this application to access a subaccount
Install this application in a subaccount.\n Note that the API key used in this call must be that of the portal manager account.
|
public SubaccountsApi()
public SubaccountsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public PortalSubaccountsList subaccountsGet(Integer itemsPerPage, String pageNavigationToken, Integer pageNumber) throws ApiException
itemsPerPage - maximum: 300pageNavigationToken - pageNumber - ApiExceptionpublic void subaccountsSubaccountIdApikeysPost(String subaccountId) throws ApiException
subaccountId - the id of the subaccount where to install this applicationApiExceptionpublic void subaccountsSubaccountIdApikeysApiKeyDelete(String subaccountId, String apiKey) throws ApiException
subaccountId - apiKey - ApiExceptionCopyright © 2015. All rights reserved.