@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-05-07T11:42:47.246+01:00[Europe/London]") public class AccountApi extends Object
| Constructor and Description |
|---|
AccountApi() |
AccountApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount()
Get details about the account
Allows the caller to get information about the account being used to access the API.
|
Account |
getAccount(Map<String,String> additionalHeaders)
Get details about the account
Allows the caller to get information about the account being used to access the API.
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AccountApi()
public AccountApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public Account getAccount() throws ApiException
ApiException - if fails to make API callpublic Account getAccount(Map<String,String> additionalHeaders) throws ApiException
additionalHeaders - additionalHeaders for this callApiException - if fails to make API callCopyright © 2024. All rights reserved.