| Package | Description |
|---|---|
| au.org.consumerdatastandards.client | |
| au.org.consumerdatastandards.client.api |
| Modifier and Type | Method and Description |
|---|---|
<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.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<ResponseBankingProductById> |
BankingProductsAPI.getProductDetailWithHttpInfo(String productId)
Get Product Detail * Obtain detailed information on a single product offered openly to the
market
|
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.
|
Copyright © 2019. All rights reserved.