| 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 |
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<ResponseBankingProductById> _callback)
Build call for getProductDetail
|
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
|
Copyright © 2019. All rights reserved.