Package | Description |
---|---|
com.groupdocs.assembly.cloud |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ProgressRequestBody(com.squareup.okhttp.RequestBody requestBody,
ProgressRequestBody.ProgressRequestListener progressListener) |
Copyright © 2021. All rights reserved.