public class ChildAccountsApi extends Object
Constructor and Description |
---|
ChildAccountsApi() |
ChildAccountsApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
Account |
createChildAccount(AccountRequest body)
Create a new child account
Create a new child account with the specified properties.
|
ApiClient |
getApiClient() |
List<Account> |
getChildAccounts(String accountId)
Get all child accounts of the given account
Get all child accounts of the given account.
|
void |
setApiClient(ApiClient apiClient) |
public ChildAccountsApi()
public ChildAccountsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Account createChildAccount(AccountRequest body) throws ApiException
body
- Properties to assign to Account. (required)ApiException
- if fails to make API callpublic List<Account> getChildAccounts(String accountId) throws ApiException
accountId
- Account Identifier (required)ApiException
- if fails to make API callCopyright © 2017-2023 Fortanix Inc. All Rights Reserved