public class AccountsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AccountsApi.GetAccountInformationOptions |
| Constructor and Description |
|---|
AccountsApi() |
AccountsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
AccountInformation |
getAccountInformation(String accountId)
Retrieves the account information for the specified account.
|
AccountInformation |
getAccountInformation(String accountId,
AccountsApi.GetAccountInformationOptions options)
Retrieves the account information for the specified account.
|
ApiClient |
getApiClient() |
CustomFields |
listCustomFields(String accountId)
Gets a list of custom fields associated with the account.
|
AccountSettingsInformation |
listSettings(String accountId)
Gets account settings information.
|
AccountSharedAccess |
listSharedAccess(String accountId)
Reserved: Gets the shared item status for one or more users.
|
FileTypeList |
listUnsupportedFileTypes(String accountId)
Gets a list of unsupported file types.
|
void |
setApiClient(ApiClient apiClient) |
void |
updateSettings(String accountId,
AccountSettingsInformation accountSettingsInformation)
Updates the account settings for an account.
|
public AccountsApi()
public AccountsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public AccountInformation getAccountInformation(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic AccountInformation getAccountInformation(String accountId, AccountsApi.GetAccountInformationOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.
AccountsApi.GetAccountInformationOptions Options for modifying the method behavior.ApiException - if fails to make API callpublic CustomFields listCustomFields(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.
AccountsApi.ListCustomFieldsOptions Options for modifying the method behavior.ApiException - if fails to make API callpublic AccountSettingsInformation listSettings(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.
AccountsApi.ListSettingsOptions Options for modifying the method behavior.ApiException - if fails to make API callpublic AccountSharedAccess listSharedAccess(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.
AccountsApi.ListSharedAccessOptions Options for modifying the method behavior.ApiException - if fails to make API callpublic FileTypeList listUnsupportedFileTypes(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.
AccountsApi.ListUnsupportedFileTypesOptions Options for modifying the method behavior.ApiException - if fails to make API callpublic void updateSettings(String accountId, AccountSettingsInformation accountSettingsInformation) throws ApiException
accountId - The external account number (int) or account ID Guid.
AccountsApi.UpdateSettingsOptions Options for modifying the method behavior.ApiException - if fails to make API callCopyright © 2016. All rights reserved.