| Package | Description |
|---|---|
| au.org.consumerdatastandards.client | |
| au.org.consumerdatastandards.client.api |
| 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> void |
ApiClient.executeAsync(okhttp3.Call call,
ApiCallback<T> callback)
|
<T> void |
ApiClient.executeAsync(okhttp3.Call call,
Type returnType,
ApiCallback<T> callback)
Execute HTTP call asynchronously.
|
| Constructor and Description |
|---|
ProgressRequestBody(okhttp3.RequestBody requestBody,
ApiCallback callback) |
ProgressResponseBody(okhttp3.ResponseBody responseBody,
ApiCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
Copyright © 2019. All rights reserved.