public class AccountsApi extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AccountsApi.CreateOptions |
class |
AccountsApi.CreatePermissionProfileOptions |
class |
AccountsApi.GetAccountInformationOptions |
class |
AccountsApi.GetBillingChargesOptions |
class |
AccountsApi.GetBrandOptions |
class |
AccountsApi.GetBrandResourcesByContentTypeOptions |
class |
AccountsApi.GetConsumerDisclosureDefaultOptions |
class |
AccountsApi.GetPermissionProfileOptions |
class |
AccountsApi.ListBrandsOptions |
class |
AccountsApi.ListPermissionsOptions |
class |
AccountsApi.ListRecipientNamesByEmailOptions |
class |
AccountsApi.ListSharedAccessOptions |
class |
AccountsApi.UpdatePermissionProfileOptions |
class |
AccountsApi.UpdateSharedAccessOptions |
| Constructor and Description |
|---|
AccountsApi() |
AccountsApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
NewAccountSummary |
create(NewAccountDefinition newAccountDefinition)
Creates new accounts.
|
NewAccountSummary |
create(NewAccountDefinition newAccountDefinition,
AccountsApi.CreateOptions options)
Creates new accounts.
|
BrandsResponse |
createBrand(String accountId,
Brand brand)
Creates one or more brand profile files for the account.
|
PostTransactionsResponse |
createEMortgageTransaction(String accountId,
PostTransactionsRequest postTransactionsRequest)
Starts a new eMortgage Transaction
|
PermissionProfile |
createPermissionProfile(String accountId,
PermissionProfile permissionProfile)
Creates a new permission profile in the specified account.
|
PermissionProfile |
createPermissionProfile(String accountId,
PermissionProfile permissionProfile,
AccountsApi.CreatePermissionProfileOptions options)
Creates a new permission profile in the specified account.
|
void |
delete(String accountId)
Deletes the specified account.
|
void |
deleteBrand(String accountId,
String brandId)
Removes a brand.
|
void |
deleteBrandLogoByType(String accountId,
String brandId,
String logoType)
Delete one branding logo.
|
BrandsResponse |
deleteBrands(String accountId,
BrandsRequest brandsRequest)
Deletes one or more brand profiles.
|
CaptiveRecipientInformation |
deleteCaptiveRecipient(String accountId,
String recipientPart,
CaptiveRecipientInformation captiveRecipientInformation)
Deletes the signature for one or more captive recipient records.
|
void |
deleteENoteConfiguration(String accountId)
Deletes configuration information for the eNote eOriginal integration.
|
void |
deletePermissionProfile(String accountId,
String permissionProfileId)
Deletes a permissions profile within the specified account.
|
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.
|
TabAccountSettings |
getAccountTabSettings(String accountId)
Returns tab settings list for specified account
|
ApiClient |
getApiClient() |
BillingChargeResponse |
getBillingCharges(String accountId)
Gets list of recurring and usage charges for the account.
|
BillingChargeResponse |
getBillingCharges(String accountId,
AccountsApi.GetBillingChargesOptions options)
Gets list of recurring and usage charges for the account.
|
Brand |
getBrand(String accountId,
String brandId)
Get information for a specific brand.
|
Brand |
getBrand(String accountId,
String brandId,
AccountsApi.GetBrandOptions options)
Get information for a specific brand.
|
void |
getBrandLogoByType(String accountId,
String brandId,
String logoType)
Obtains the specified image for a brand.
|
BrandResourcesList |
getBrandResources(String accountId,
String brandId)
Returns the specified account's list of branding resources (metadata).
|
void |
getBrandResourcesByContentType(String accountId,
String brandId,
String resourceContentType)
Returns the specified branding resource file.
|
void |
getBrandResourcesByContentType(String accountId,
String brandId,
String resourceContentType,
AccountsApi.GetBrandResourcesByContentTypeOptions options)
Returns the specified branding resource file.
|
ConsumerDisclosure |
getConsumerDisclosure(String accountId,
String langCode)
Gets the Electronic Record and Signature Disclosure.
|
ConsumerDisclosure |
getConsumerDisclosureDefault(String accountId)
Gets the Electronic Record and Signature Disclosure for the account.
|
ConsumerDisclosure |
getConsumerDisclosureDefault(String accountId,
AccountsApi.GetConsumerDisclosureDefaultOptions options)
Gets the Electronic Record and Signature Disclosure for the account.
|
ENoteConfiguration |
getENoteConfiguration(String accountId)
Returns the configuration information for the eNote eOriginal integration.
|
PermissionProfile |
getPermissionProfile(String accountId,
String permissionProfileId)
Returns a permissions profile in the specified account.
|
PermissionProfile |
getPermissionProfile(String accountId,
String permissionProfileId,
AccountsApi.GetPermissionProfileOptions options)
Returns a permissions profile in the specified account.
|
ProvisioningInformation |
getProvisioning()
Retrieves the account provisioning information for the account.
|
BrandsResponse |
listBrands(String accountId)
Gets a list of brand profiles.
|
BrandsResponse |
listBrands(String accountId,
AccountsApi.ListBrandsOptions options)
Gets a list of brand profiles.
|
CustomFields |
listCustomFields(String accountId)
Gets a list of custom fields associated with the account.
|
PermissionProfileInformation |
listPermissions(String accountId)
Gets a list of permission profiles.
|
PermissionProfileInformation |
listPermissions(String accountId,
AccountsApi.ListPermissionsOptions options)
Gets a list of permission profiles.
|
RecipientNamesResponse |
listRecipientNamesByEmail(String accountId)
Gets recipient names associated with an email address.
|
RecipientNamesResponse |
listRecipientNamesByEmail(String accountId,
AccountsApi.ListRecipientNamesByEmailOptions options)
Gets recipient names associated with an email address.
|
AccountSettingsInformation |
listSettings(String accountId)
Gets account settings information.
|
AccountSharedAccess |
listSharedAccess(String accountId)
Reserved: Gets the shared item status for one or more users.
|
AccountSharedAccess |
listSharedAccess(String accountId,
AccountsApi.ListSharedAccessOptions options)
Reserved: Gets the shared item status for one or more users.
|
AccountSignatureProviders |
listSignatureProviders(String accountId)
Returns Account available signature providers for specified account.
|
FileTypeList |
listUnsupportedFileTypes(String accountId)
Gets a list of unsupported file types.
|
void |
setApiClient(ApiClient apiClient) |
TabAccountSettings |
updateAccountTabSettings(String accountId,
TabAccountSettings tabAccountSettings)
Modifies tab settings for specified account
|
Brand |
updateBrand(String accountId,
String brandId,
Brand brand)
Updates an existing brand.
|
void |
updateBrandLogoByType(String accountId,
String brandId,
String logoType)
Put one branding logo.
|
BrandResources |
updateBrandResourcesByContentType(String accountId,
String brandId,
String resourceContentType)
Uploads a branding resource file.
|
ENoteConfiguration |
updateENoteConfiguration(String accountId,
ENoteConfiguration eNoteConfiguration)
Updates configuration information for the eNote eOriginal integration.
|
PermissionProfile |
updatePermissionProfile(String accountId,
String permissionProfileId,
PermissionProfile permissionProfile)
Updates a permission profile within the specified account.
|
PermissionProfile |
updatePermissionProfile(String accountId,
String permissionProfileId,
PermissionProfile permissionProfile,
AccountsApi.UpdatePermissionProfileOptions options)
Updates a permission profile within the specified account.
|
void |
updateSettings(String accountId,
AccountSettingsInformation accountSettingsInformation)
Updates the account settings for an account.
|
AccountSharedAccess |
updateSharedAccess(String accountId,
AccountSharedAccess accountSharedAccess)
Reserved: Sets the shared access information for users.
|
AccountSharedAccess |
updateSharedAccess(String accountId,
AccountSharedAccess accountSharedAccess,
AccountsApi.UpdateSharedAccessOptions options)
Reserved: Sets the shared access information for users.
|
public AccountsApi()
public AccountsApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public NewAccountSummary create(NewAccountDefinition newAccountDefinition) throws ApiException
ApiExceptionpublic NewAccountSummary create(NewAccountDefinition newAccountDefinition, AccountsApi.CreateOptions options) throws ApiException
AccountsApi.CreateOptions - Options for modifying the method behavior.ApiExceptionpublic ProvisioningInformation getProvisioning() throws ApiException
AccountsApi.GetProvisioningOptions - Options for modifying the method behavior.ApiExceptionpublic 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.ApiExceptionpublic void delete(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.DeleteOptions - Options for modifying the method behavior.ApiExceptionpublic BillingChargeResponse getBillingCharges(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic BillingChargeResponse getBillingCharges(String accountId, AccountsApi.GetBillingChargesOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.GetBillingChargesOptions - Options for modifying the method behavior.ApiExceptionpublic BrandsResponse listBrands(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic BrandsResponse listBrands(String accountId, AccountsApi.ListBrandsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListBrandsOptions - Options for modifying the method behavior.ApiExceptionpublic BrandsResponse createBrand(String accountId, Brand brand) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.CreateBrandOptions - Options for modifying the method behavior.ApiExceptionpublic BrandsResponse deleteBrands(String accountId, BrandsRequest brandsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.DeleteBrandsOptions - Options for modifying the method behavior.ApiExceptionpublic Brand getBrand(String accountId, String brandId) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.ApiExceptionpublic Brand getBrand(String accountId, String brandId, AccountsApi.GetBrandOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.AccountsApi.GetBrandOptions - Options for modifying the method behavior.ApiExceptionpublic Brand updateBrand(String accountId, String brandId, Brand brand) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.AccountsApi.UpdateBrandOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteBrand(String accountId, String brandId) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.AccountsApi.DeleteBrandOptions - Options for modifying the method behavior.ApiExceptionpublic void getBrandLogoByType(String accountId, String brandId, String logoType) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.logoType - One of **Primary**, **Secondary** or **Email**.AccountsApi.GetBrandLogoByTypeOptions - Options for modifying the method behavior.ApiExceptionpublic void updateBrandLogoByType(String accountId, String brandId, String logoType) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.logoType - One of **Primary**, **Secondary** or **Email**.AccountsApi.UpdateBrandLogoByTypeOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteBrandLogoByType(String accountId, String brandId, String logoType) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.logoType - One of **Primary**, **Secondary** or **Email**.AccountsApi.DeleteBrandLogoByTypeOptions - Options for modifying the method behavior.ApiExceptionpublic BrandResourcesList getBrandResources(String accountId, String brandId) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.AccountsApi.GetBrandResourcesOptions - Options for modifying the method behavior.ApiExceptionpublic void getBrandResourcesByContentType(String accountId, String brandId, String resourceContentType) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.resourceContentType - ApiExceptionpublic void getBrandResourcesByContentType(String accountId, String brandId, String resourceContentType, AccountsApi.GetBrandResourcesByContentTypeOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.resourceContentType - AccountsApi.GetBrandResourcesByContentTypeOptions - Options for modifying the method behavior.ApiExceptionpublic BrandResources updateBrandResourcesByContentType(String accountId, String brandId, String resourceContentType) throws ApiException
accountId - The external account number (int) or account ID Guid.brandId - The unique identifier of a brand.resourceContentType - AccountsApi.UpdateBrandResourcesByContentTypeOptions - Options for modifying the method behavior.ApiExceptionpublic CaptiveRecipientInformation deleteCaptiveRecipient(String accountId, String recipientPart, CaptiveRecipientInformation captiveRecipientInformation) throws ApiException
accountId - The external account number (int) or account ID Guid.recipientPart - AccountsApi.DeleteCaptiveRecipientOptions - Options for modifying the method behavior.ApiExceptionpublic ConsumerDisclosure getConsumerDisclosureDefault(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic ConsumerDisclosure getConsumerDisclosureDefault(String accountId, AccountsApi.GetConsumerDisclosureDefaultOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.GetConsumerDisclosureDefaultOptions - Options for modifying the method behavior.ApiExceptionpublic ConsumerDisclosure getConsumerDisclosure(String accountId, String langCode) throws ApiException
accountId - The external account number (int) or account ID Guid.langCode - The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to �browser� to automatically detect the browser language being used by the viewer and display the disclosure in that language.AccountsApi.GetConsumerDisclosureOptions - Options for modifying the method behavior.ApiExceptionpublic CustomFields listCustomFields(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListCustomFieldsOptions - Options for modifying the method behavior.ApiExceptionpublic PostTransactionsResponse createEMortgageTransaction(String accountId, PostTransactionsRequest postTransactionsRequest) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.CreateEMortgageTransactionOptions - Options for modifying the method behavior.ApiExceptionpublic PermissionProfileInformation listPermissions(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic PermissionProfileInformation listPermissions(String accountId, AccountsApi.ListPermissionsOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListPermissionsOptions - Options for modifying the method behavior.ApiExceptionpublic PermissionProfile createPermissionProfile(String accountId, PermissionProfile permissionProfile) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic PermissionProfile createPermissionProfile(String accountId, PermissionProfile permissionProfile, AccountsApi.CreatePermissionProfileOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.CreatePermissionProfileOptions - Options for modifying the method behavior.ApiExceptionpublic PermissionProfile getPermissionProfile(String accountId, String permissionProfileId) throws ApiException
accountId - The external account number (int) or account ID Guid.permissionProfileId - ApiExceptionpublic PermissionProfile getPermissionProfile(String accountId, String permissionProfileId, AccountsApi.GetPermissionProfileOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.permissionProfileId - AccountsApi.GetPermissionProfileOptions - Options for modifying the method behavior.ApiExceptionpublic PermissionProfile updatePermissionProfile(String accountId, String permissionProfileId, PermissionProfile permissionProfile) throws ApiException
accountId - The external account number (int) or account ID Guid.permissionProfileId - ApiExceptionpublic PermissionProfile updatePermissionProfile(String accountId, String permissionProfileId, PermissionProfile permissionProfile, AccountsApi.UpdatePermissionProfileOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.permissionProfileId - AccountsApi.UpdatePermissionProfileOptions - Options for modifying the method behavior.ApiExceptionpublic void deletePermissionProfile(String accountId, String permissionProfileId) throws ApiException
accountId - The external account number (int) or account ID Guid.permissionProfileId - AccountsApi.DeletePermissionProfileOptions - Options for modifying the method behavior.ApiExceptionpublic RecipientNamesResponse listRecipientNamesByEmail(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic RecipientNamesResponse listRecipientNamesByEmail(String accountId, AccountsApi.ListRecipientNamesByEmailOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListRecipientNamesByEmailOptions - Options for modifying the method behavior.ApiExceptionpublic AccountSettingsInformation listSettings(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic 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.ApiExceptionpublic ENoteConfiguration getENoteConfiguration(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.GetENoteConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic ENoteConfiguration updateENoteConfiguration(String accountId, ENoteConfiguration eNoteConfiguration) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.UpdateENoteConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic void deleteENoteConfiguration(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.DeleteENoteConfigurationOptions - Options for modifying the method behavior.ApiExceptionpublic TabAccountSettings getAccountTabSettings(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.GetAccountTabSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic TabAccountSettings updateAccountTabSettings(String accountId, TabAccountSettings tabAccountSettings) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.UpdateAccountTabSettingsOptions - Options for modifying the method behavior.ApiExceptionpublic AccountSharedAccess listSharedAccess(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic AccountSharedAccess listSharedAccess(String accountId, AccountsApi.ListSharedAccessOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListSharedAccessOptions - Options for modifying the method behavior.ApiExceptionpublic AccountSharedAccess updateSharedAccess(String accountId, AccountSharedAccess accountSharedAccess) throws ApiException
accountId - The external account number (int) or account ID Guid.ApiExceptionpublic AccountSharedAccess updateSharedAccess(String accountId, AccountSharedAccess accountSharedAccess, AccountsApi.UpdateSharedAccessOptions options) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.UpdateSharedAccessOptions - Options for modifying the method behavior.ApiExceptionpublic AccountSignatureProviders listSignatureProviders(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListSignatureProvidersOptions - Options for modifying the method behavior.ApiExceptionpublic FileTypeList listUnsupportedFileTypes(String accountId) throws ApiException
accountId - The external account number (int) or account ID Guid.AccountsApi.ListUnsupportedFileTypesOptions - Options for modifying the method behavior.ApiExceptionCopyright © 2017. All rights reserved.