| Package | Description |
|---|---|
| au.org.consumerdatastandards.client | |
| au.org.consumerdatastandards.client.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
ApiClient.buildCall(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
String[] authNames,
ApiCallback<?> callback)
Build HTTP call with the given options.
|
okhttp3.Request |
ApiClient.buildRequest(String path,
String method,
List<Pair> queryParams,
List<Pair> collectionQueryParams,
Object body,
Map<String,String> headerParams,
String[] authNames,
ApiCallback<?> callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and the Content-Type
response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call)
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType)
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's class and the
request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseBankingAccountById |
BankingAccountsAPI.getAccountDetail(String accountId)
Get Account Detail
Obtain detailed information on a single account
|
okhttp3.Call |
BankingAccountsAPI.getAccountDetailAsync(String accountId,
ApiCallback<ResponseBankingAccountById> _callback)
Get Account Detail (asynchronously)
Obtain detailed information on a single account
|
okhttp3.Call |
BankingAccountsAPI.getAccountDetailCall(String accountId,
ApiCallback _callback)
Build call for getAccountDetail
|
ApiResponse<ResponseBankingAccountById> |
BankingAccountsAPI.getAccountDetailWithHttpInfo(String accountId)
Get Account Detail
Obtain detailed information on a single account
|
ResponseCommonCustomer |
CommonCustomerAPI.getCustomer()
Get Customer
Obtain basic information on the customer that has authorised the current session
|
okhttp3.Call |
CommonCustomerAPI.getCustomerAsync(ApiCallback<ResponseCommonCustomer> _callback)
Get Customer (asynchronously)
Obtain basic information on the customer that has authorised the current session
|
okhttp3.Call |
CommonCustomerAPI.getCustomerCall(ApiCallback _callback)
Build call for getCustomer
|
ResponseCommonCustomerDetail |
CommonCustomerAPI.getCustomerDetail()
Get Customer Detail
Obtain detailed information on the authorised customer within the current session.
|
okhttp3.Call |
CommonCustomerAPI.getCustomerDetailAsync(ApiCallback<ResponseCommonCustomerDetail> _callback)
Get Customer Detail (asynchronously)
Obtain detailed information on the authorised customer within the current session.
|
okhttp3.Call |
CommonCustomerAPI.getCustomerDetailCall(ApiCallback _callback)
Build call for getCustomerDetail
|
ApiResponse<ResponseCommonCustomerDetail> |
CommonCustomerAPI.getCustomerDetailWithHttpInfo()
Get Customer Detail
Obtain detailed information on the authorised customer within the current session.
|
ApiResponse<ResponseCommonCustomer> |
CommonCustomerAPI.getCustomerWithHttpInfo()
Get Customer
Obtain basic information on the customer that has authorised the current session
|
ResponseDiscoveryOutagesList |
CommonDiscoveryAPI.getOutages()
Get Outages
Obtain a list of scheduled outages for the implementation
|
okhttp3.Call |
CommonDiscoveryAPI.getOutagesAsync(ApiCallback<ResponseDiscoveryOutagesList> _callback)
Get Outages (asynchronously)
Obtain a list of scheduled outages for the implementation
|
okhttp3.Call |
CommonDiscoveryAPI.getOutagesCall(ApiCallback _callback)
Build call for getOutages
|
ApiResponse<ResponseDiscoveryOutagesList> |
CommonDiscoveryAPI.getOutagesWithHttpInfo()
Get Outages
Obtain a list of scheduled outages for the implementation
|
ResponseBankingPayeeById |
BankingPayeesAPI.getPayeeDetail(String payeeId)
Get Payee Detail
Obtain detailed information on a single payee
|
okhttp3.Call |
BankingPayeesAPI.getPayeeDetailAsync(String payeeId,
ApiCallback<ResponseBankingPayeeById> _callback)
Get Payee Detail (asynchronously)
Obtain detailed information on a single payee
|
okhttp3.Call |
BankingPayeesAPI.getPayeeDetailCall(String payeeId,
ApiCallback _callback)
Build call for getPayeeDetail
|
ApiResponse<ResponseBankingPayeeById> |
BankingPayeesAPI.getPayeeDetailWithHttpInfo(String payeeId)
Get Payee Detail
Obtain detailed information on a single payee
|
ResponseBankingProductById |
BankingProductsAPI.getProductDetail(String productId)
Get Product Detail
Obtain detailed information on a single product offered openly to the market
|
okhttp3.Call |
BankingProductsAPI.getProductDetailAsync(String productId,
ApiCallback<ResponseBankingProductById> _callback)
Get Product Detail (asynchronously)
Obtain detailed information on a single product offered openly to the market
|
okhttp3.Call |
BankingProductsAPI.getProductDetailCall(String productId,
ApiCallback _callback)
Build call for getProductDetail
|
ApiResponse<ResponseBankingProductById> |
BankingProductsAPI.getProductDetailWithHttpInfo(String productId)
Get Product Detail
Obtain detailed information on a single product offered openly to the market
|
CommonDiscoveryStatus |
CommonDiscoveryAPI.getStatus()
Get Status
Obtain a health check status for the implementation
|
okhttp3.Call |
CommonDiscoveryAPI.getStatusAsync(ApiCallback<CommonDiscoveryStatus> _callback)
Get Status (asynchronously)
Obtain a health check status for the implementation
|
okhttp3.Call |
CommonDiscoveryAPI.getStatusCall(ApiCallback _callback)
Build call for getStatus
|
ApiResponse<CommonDiscoveryStatus> |
CommonDiscoveryAPI.getStatusWithHttpInfo()
Get Status
Obtain a health check status for the implementation
|
ResponseBankingTransactionById |
BankingAccountsAPI.getTransactionDetail(String accountId,
String transactionId)
Get Transaction Detail
Obtain detailed information on a transaction for a specific account
|
okhttp3.Call |
BankingAccountsAPI.getTransactionDetailAsync(String accountId,
String transactionId,
ApiCallback<ResponseBankingTransactionById> _callback)
Get Transaction Detail (asynchronously)
Obtain detailed information on a transaction for a specific account
|
okhttp3.Call |
BankingAccountsAPI.getTransactionDetailCall(String accountId,
String transactionId,
ApiCallback _callback)
Build call for getTransactionDetail
|
ApiResponse<ResponseBankingTransactionById> |
BankingAccountsAPI.getTransactionDetailWithHttpInfo(String accountId,
String transactionId)
Get Transaction Detail
Obtain detailed information on a transaction for a specific account
|
ResponseBankingTransactionList |
BankingAccountsAPI.getTransactions(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text)
Get Transactions For Account
Obtain transactions for a specific account.
|
okhttp3.Call |
BankingAccountsAPI.getTransactionsAsync(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text,
ApiCallback<ResponseBankingTransactionList> _callback)
Get Transactions For Account (asynchronously)
Obtain transactions for a specific account.
|
okhttp3.Call |
BankingAccountsAPI.getTransactionsCall(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text,
ApiCallback _callback)
Build call for getTransactions
|
ApiResponse<ResponseBankingTransactionList> |
BankingAccountsAPI.getTransactionsWithHttpInfo(String accountId,
String maxAmount,
String minAmount,
java.time.OffsetDateTime newestTime,
java.time.OffsetDateTime oldestTime,
Integer page,
Integer pageSize,
String text)
Get Transactions For Account
Obtain transactions for a specific account.
|
ResponseBankingAccountList |
BankingAccountsAPI.listAccounts(Boolean isOwned,
ParamAccountOpenStatus openStatus,
Integer page,
Integer pageSize,
ParamProductCategory productCategory)
Get Accounts
Obtain a list of accounts
|
okhttp3.Call |
BankingAccountsAPI.listAccountsAsync(Boolean isOwned,
ParamAccountOpenStatus openStatus,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
ApiCallback<ResponseBankingAccountList> _callback)
Get Accounts (asynchronously)
Obtain a list of accounts
|
okhttp3.Call |
BankingAccountsAPI.listAccountsCall(Boolean isOwned,
ParamAccountOpenStatus openStatus,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
ApiCallback _callback)
Build call for listAccounts
|
ApiResponse<ResponseBankingAccountList> |
BankingAccountsAPI.listAccountsWithHttpInfo(Boolean isOwned,
ParamAccountOpenStatus openStatus,
Integer page,
Integer pageSize,
ParamProductCategory productCategory)
Get Accounts
Obtain a list of accounts
|
ResponseBankingAccountsBalanceById |
BankingAccountsAPI.listBalance(String accountId)
Get Account Balance
Obtain the balance for a single specified account
|
okhttp3.Call |
BankingAccountsAPI.listBalanceAsync(String accountId,
ApiCallback<ResponseBankingAccountsBalanceById> _callback)
Get Account Balance (asynchronously)
Obtain the balance for a single specified account
|
okhttp3.Call |
BankingAccountsAPI.listBalanceCall(String accountId,
ApiCallback _callback)
Build call for listBalance
|
ResponseBankingAccountsBalanceList |
BankingAccountsAPI.listBalancesSpecificAccounts(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Balances For Specific Accounts
Obtain balances for a specified list of accounts
|
okhttp3.Call |
BankingAccountsAPI.listBalancesSpecificAccountsAsync(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingAccountsBalanceList> _callback)
Get Balances For Specific Accounts (asynchronously)
Obtain balances for a specified list of accounts
|
okhttp3.Call |
BankingAccountsAPI.listBalancesSpecificAccountsCall(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listBalancesSpecificAccounts
|
ApiResponse<ResponseBankingAccountsBalanceList> |
BankingAccountsAPI.listBalancesSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Balances For Specific Accounts
Obtain balances for a specified list of accounts
|
ApiResponse<ResponseBankingAccountsBalanceById> |
BankingAccountsAPI.listBalanceWithHttpInfo(String accountId)
Get Account Balance
Obtain the balance for a single specified account
|
ResponseBankingDirectDebitAuthorisationList |
BankingDirectDebitsAPI.listDirectDebits(String accountId,
Integer page,
Integer pageSize)
Get Direct Debits For Account
Obtain direct debit authorisations for a specific account
|
okhttp3.Call |
BankingDirectDebitsAPI.listDirectDebitsAsync(String accountId,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingDirectDebitAuthorisationList> _callback)
Get Direct Debits For Account (asynchronously)
Obtain direct debit authorisations for a specific account
|
okhttp3.Call |
BankingDirectDebitsAPI.listDirectDebitsCall(String accountId,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listDirectDebits
|
ResponseBankingDirectDebitAuthorisationList |
BankingDirectDebitsAPI.listDirectDebitsSpecificAccounts(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Direct Debits For Specific Accounts
Obtain direct debit authorisations for a specified list of accounts
|
okhttp3.Call |
BankingDirectDebitsAPI.listDirectDebitsSpecificAccountsAsync(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingDirectDebitAuthorisationList> _callback)
Get Direct Debits For Specific Accounts (asynchronously)
Obtain direct debit authorisations for a specified list of accounts
|
okhttp3.Call |
BankingDirectDebitsAPI.listDirectDebitsSpecificAccountsCall(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listDirectDebitsSpecificAccounts
|
ApiResponse<ResponseBankingDirectDebitAuthorisationList> |
BankingDirectDebitsAPI.listDirectDebitsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Direct Debits For Specific Accounts
Obtain direct debit authorisations for a specified list of accounts
|
ApiResponse<ResponseBankingDirectDebitAuthorisationList> |
BankingDirectDebitsAPI.listDirectDebitsWithHttpInfo(String accountId,
Integer page,
Integer pageSize)
Get Direct Debits For Account
Obtain direct debit authorisations for a specific account
|
ResponseBankingPayeeList |
BankingPayeesAPI.listPayees(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type)
Get Payees
Obtain a list of pre-registered payees
|
okhttp3.Call |
BankingPayeesAPI.listPayeesAsync(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type,
ApiCallback<ResponseBankingPayeeList> _callback)
Get Payees (asynchronously)
Obtain a list of pre-registered payees
|
okhttp3.Call |
BankingPayeesAPI.listPayeesCall(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type,
ApiCallback _callback)
Build call for listPayees
|
ApiResponse<ResponseBankingPayeeList> |
BankingPayeesAPI.listPayeesWithHttpInfo(Integer page,
Integer pageSize,
BankingPayeesAPI.ParamType type)
Get Payees
Obtain a list of pre-registered payees
|
ResponseBankingProductList |
BankingProductsAPI.listProducts(String brand,
BankingProductsAPI.ParamEffective effective,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
java.time.OffsetDateTime updatedSince)
Get Products
Obtain a list of products that are currently openly offered to the market Note that the results returned by this end point are expected to be ordered according to updated-since ### Conventions In the product reference payloads there are a number of recurring conventions that are explained here, in one place.
|
okhttp3.Call |
BankingProductsAPI.listProductsAsync(String brand,
BankingProductsAPI.ParamEffective effective,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
java.time.OffsetDateTime updatedSince,
ApiCallback<ResponseBankingProductList> _callback)
Get Products (asynchronously)
Obtain a list of products that are currently openly offered to the market Note that the results returned by this end point are expected to be ordered according to updated-since ### Conventions In the product reference payloads there are a number of recurring conventions that are explained here, in one place.
|
okhttp3.Call |
BankingProductsAPI.listProductsCall(String brand,
BankingProductsAPI.ParamEffective effective,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
java.time.OffsetDateTime updatedSince,
ApiCallback _callback)
Build call for listProducts
|
ApiResponse<ResponseBankingProductList> |
BankingProductsAPI.listProductsWithHttpInfo(String brand,
BankingProductsAPI.ParamEffective effective,
Integer page,
Integer pageSize,
ParamProductCategory productCategory,
java.time.OffsetDateTime updatedSince)
Get Products
Obtain a list of products that are currently openly offered to the market Note that the results returned by this end point are expected to be ordered according to updated-since ### Conventions In the product reference payloads there are a number of recurring conventions that are explained here, in one place.
|
ResponseBankingScheduledPaymentsList |
BankingScheduledPaymentsAPI.listScheduledPayments(String accountId,
Integer page,
Integer pageSize)
Get Scheduled Payments for Account
Obtain scheduled, outgoing payments for a specific account
|
okhttp3.Call |
BankingScheduledPaymentsAPI.listScheduledPaymentsAsync(String accountId,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingScheduledPaymentsList> _callback)
Get Scheduled Payments for Account (asynchronously)
Obtain scheduled, outgoing payments for a specific account
|
okhttp3.Call |
BankingScheduledPaymentsAPI.listScheduledPaymentsCall(String accountId,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listScheduledPayments
|
ResponseBankingScheduledPaymentsList |
BankingScheduledPaymentsAPI.listScheduledPaymentsSpecificAccounts(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Scheduled Payments For Specific Accounts
Obtain scheduled payments for a specified list of accounts
|
okhttp3.Call |
BankingScheduledPaymentsAPI.listScheduledPaymentsSpecificAccountsAsync(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingScheduledPaymentsList> _callback)
Get Scheduled Payments For Specific Accounts (asynchronously)
Obtain scheduled payments for a specified list of accounts
|
okhttp3.Call |
BankingScheduledPaymentsAPI.listScheduledPaymentsSpecificAccountsCall(RequestAccountIds accountIds,
Integer page,
Integer pageSize,
ApiCallback _callback)
Build call for listScheduledPaymentsSpecificAccounts
|
ApiResponse<ResponseBankingScheduledPaymentsList> |
BankingScheduledPaymentsAPI.listScheduledPaymentsSpecificAccountsWithHttpInfo(RequestAccountIds accountIds,
Integer page,
Integer pageSize)
Get Scheduled Payments For Specific Accounts
Obtain scheduled payments for a specified list of accounts
|
ApiResponse<ResponseBankingScheduledPaymentsList> |
BankingScheduledPaymentsAPI.listScheduledPaymentsWithHttpInfo(String accountId,
Integer page,
Integer pageSize)
Get Scheduled Payments for Account
Obtain scheduled, outgoing payments for a specific account
|
Copyright © 2019. All rights reserved.