Uses of Interface
com.aspose.cad.cloud.invoker.ProgressRequestBody.ProgressRequestListener
-
Packages that use ProgressRequestBody.ProgressRequestListener Package Description com.aspose.cad.cloud.invoker -
-
Uses of ProgressRequestBody.ProgressRequestListener in com.aspose.cad.cloud.invoker
Methods in com.aspose.cad.cloud.invoker with parameters of type ProgressRequestBody.ProgressRequestListener Modifier and Type Method Description com.squareup.okhttp.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, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build HTTP call with the given options.com.squareup.okhttp.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, ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build an HTTP request with the given options.Constructors in com.aspose.cad.cloud.invoker with parameters of type ProgressRequestBody.ProgressRequestListener Constructor Description ProgressRequestBody(com.squareup.okhttp.RequestBody requestBody, ProgressRequestBody.ProgressRequestListener progressListener)
-