| Package | Description |
|---|---|
| au.org.consumerdatastandards.client | |
| au.org.consumerdatastandards.client.api |
| Modifier and Type | Method and Description |
|---|---|
void |
ApiCallback.onFailure(ApiException e,
int statusCode,
Map<String,List<String>> responseHeaders)
This is called when the API call fails.
|
| 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,
Map<String,Object> formParams,
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,
Map<String,Object> formParams,
String[] authNames,
ApiCallback<?> callback)
Build an HTTP request with the given options.
|
<T> T |
ApiClient.deserialize(okhttp3.Response response,
Type returnType)
Deserialize response body to Java object, according to the return type and the Content-Type
response header.
|
File |
ApiClient.downloadFileFromResponse(okhttp3.Response response)
Download file from the given response.
|
<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.
|
<T> T |
ApiClient.handleResponse(okhttp3.Response response,
Type returnType)
Handle the given response, return the deserialized object when the response is successful.
|
okhttp3.RequestBody |
ApiClient.serialize(Object obj,
String contentType)
Serialize the given Java object into request body according to the object's class and the
request Content-Type.
|
| Modifier and Type | Method and Description |
|---|---|
ResponseBankingProductById |
BankingProductsAPI.getProductDetail(String productId)
Get Product Detail * Obtain detailed information on a single product offered openly to the
market
|
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
|
ApiResponse<ResponseBankingProductById> |
BankingProductsAPI.getProductDetailWithHttpInfo(String productId)
Get Product Detail * Obtain detailed information on a single product offered openly to the
market
|
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.
|
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
|
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.