| Package | Description |
|---|---|
| au.org.consumerdatastandards.client.api | |
| au.org.consumerdatastandards.client.model |
| Modifier and Type | Method and Description |
|---|---|
ResponseBankingProductList |
BankingProductsAPI.listProducts(ParamEffective effective,
String updatedSince,
String brand,
ParamProductCategory productCategory,
Integer page,
Integer pageSize)
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 |
|---|---|
ApiResponse<ResponseBankingProductList> |
BankingProductsAPI.listProductsWithHttpInfo(ParamEffective effective,
String updatedSince,
String brand,
ParamProductCategory productCategory,
Integer page,
Integer pageSize)
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 |
|---|---|
okhttp3.Call |
BankingProductsAPI.listProductsAsync(ParamEffective effective,
String updatedSince,
String brand,
ParamProductCategory productCategory,
Integer page,
Integer pageSize,
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(ParamEffective effective,
String updatedSince,
String brand,
ParamProductCategory productCategory,
Integer page,
Integer pageSize,
ApiCallback<ResponseBankingProductList> _callback)
Build call for listProducts
|
| Modifier and Type | Method and Description |
|---|---|
ResponseBankingProductList |
ResponseBankingProductList.data(ResponseBankingProductListData data) |
Copyright © 2019. All rights reserved.