Class AccountApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateAccount
(String userAgent, AccountRequest accountRequest) account creation API for the account creation and triggering workfloworg.springframework.http.ResponseEntity<AccountResponse>
createAccountWithHttpInfo
(String userAgent, AccountRequest accountRequest) account creation API for the account creation and triggering workflowmigrateAccount
(String userAgent, MigrationRequest migrationRequest) account creation migration API for the account creation from Netverify transactionsorg.springframework.http.ResponseEntity<MigrationResponse>
migrateAccountWithHttpInfo
(String userAgent, MigrationRequest migrationRequest) account creation migration API for the account creation from Netverify transactionsvoid
setApiClient
(ApiClient apiClient) updateAccount
(String userAgent, UUID accountId, AccountRequest accountRequest) account update API for the account update and triggering workfloworg.springframework.http.ResponseEntity<AccountResponse>
updateAccountWithHttpInfo
(String userAgent, UUID accountId, AccountRequest accountRequest) account update API for the account update and triggering workflowupdateNetverifyAccount
(String userAgent, UUID accountId, MigrationRequest migrationRequest) account update API for the account update from Netverify transactionsorg.springframework.http.ResponseEntity<MigrationResponse>
updateNetverifyAccountWithHttpInfo
(String userAgent, UUID accountId, MigrationRequest migrationRequest) account update API for the account update from Netverify transactions
-
Constructor Details
-
AccountApi
public AccountApi() -
AccountApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createAccount
public AccountResponse createAccount(String userAgent, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException account creation API for the account creation and triggering workflow201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountRequest
- (optional)- Returns:
- AccountResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
createAccountWithHttpInfo
public org.springframework.http.ResponseEntity<AccountResponse> createAccountWithHttpInfo(String userAgent, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException account creation API for the account creation and triggering workflow201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountRequest
- (optional)- Returns:
- ResponseEntity<AccountResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
migrateAccount
public MigrationResponse migrateAccount(String userAgent, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException account creation migration API for the account creation from Netverify transactions201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)migrationRequest
- (optional)- Returns:
- MigrationResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
migrateAccountWithHttpInfo
public org.springframework.http.ResponseEntity<MigrationResponse> migrateAccountWithHttpInfo(String userAgent, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException account creation migration API for the account creation from Netverify transactions201 - CREATED
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)migrationRequest
- (optional)- Returns:
- ResponseEntity<MigrationResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateAccount
public AccountResponse updateAccount(String userAgent, UUID accountId, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException account update API for the account update and triggering workflow200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)accountRequest
- (optional)- Returns:
- AccountResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateAccountWithHttpInfo
public org.springframework.http.ResponseEntity<AccountResponse> updateAccountWithHttpInfo(String userAgent, UUID accountId, AccountRequest accountRequest) throws org.springframework.web.client.RestClientException account update API for the account update and triggering workflow200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)accountRequest
- (optional)- Returns:
- ResponseEntity<AccountResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateNetverifyAccount
public MigrationResponse updateNetverifyAccount(String userAgent, UUID accountId, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException account update API for the account update from Netverify transactions200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)migrationRequest
- (optional)- Returns:
- MigrationResponse
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-
updateNetverifyAccountWithHttpInfo
public org.springframework.http.ResponseEntity<MigrationResponse> updateNetverifyAccountWithHttpInfo(String userAgent, UUID accountId, MigrationRequest migrationRequest) throws org.springframework.web.client.RestClientException account update API for the account update from Netverify transactions200 - OK
401 - Unauthorized
403 - unexpected error happened during processing request
404 - resource was not found
- Parameters:
userAgent
- (required)accountId
- (required)migrationRequest
- (optional)- Returns:
- ResponseEntity<MigrationResponse>
- Throws:
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the API
-