Uses of Interface
com.aspose.tasks.cloud.ProgressRequestBody.ProgressRequestListener
Packages that use ProgressRequestBody.ProgressRequestListener
-
Uses of ProgressRequestBody.ProgressRequestListener in com.aspose.tasks.cloud
Methods in com.aspose.tasks.cloud with parameters of type ProgressRequestBody.ProgressRequestListenerModifier and TypeMethodDescriptioncom.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.tasks.cloud with parameters of type ProgressRequestBody.ProgressRequestListenerModifierConstructorDescriptionProgressRequestBody
(com.squareup.okhttp.RequestBody requestBody, ProgressRequestBody.ProgressRequestListener progressListener)