| Package | Description |
|---|---|
| au.org.consumerdatastandards.client.api | |
| au.org.consumerdatastandards.client.model |
| Modifier and Type | Method and Description |
|---|---|
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
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ParamProductCategory |
ParamProductCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParamProductCategory[] |
ParamProductCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.