类的使用
com.volcengine.Pair
-
使用Pair的程序包 程序包 说明 com.volcengine com.volcengine.auth com.volcengine.sign -
-
com.volcengine中Pair的使用
返回变量类型为Pair的类型的com.volcengine中的方法 修饰符和类型 方法 说明 List<Pair>ApiClient. parameterToPair(String name, Object value)Formats the specified query parameter to a list containing a singlePairobject.List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Collection value)Formats the specified collection query parameters to a list ofPairobjects.类型变量类型为Pair的com.volcengine中的方法参数 修饰符和类型 方法 说明 com.squareup.okhttp.CallApiClient. 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, boolean... isCommon)Build HTTP call with the given options.com.squareup.okhttp.RequestApiClient. 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, boolean... isCommon)Build an HTTP request with the given options.StringApiClient. buildUrl(String path, List<Pair> queryParams, List<Pair> collectionQueryParams)Build full URL by concatenating base path, the given sub path and query parameters.voidApiClient. updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String,String> headerParams)Update query and header parameters based on authentication settings.voidApiClient. updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String,String> headerParams, ServiceInfo serviceInfo, String payload) -
com.volcengine.auth中Pair的使用
类型变量类型为Pair的com.volcengine.auth中的方法参数 修饰符和类型 方法 说明 voidAuthentication. applyToParams(List<Pair> queryParams, Map<String,String> headerParams, String payload)Apply authentication settings to header and query params. -
com.volcengine.sign中Pair的使用
类型变量类型为Pair的com.volcengine.sign中的方法参数 修饰符和类型 方法 说明 voidVolcstackSign. applyToParams(List<Pair> queryParams, Map<String,String> headerParams, String payload)
-