Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.handler.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in de.iip_ecosphere.platform.support.semanticId.eclass.handler
Methods in de.iip_ecosphere.platform.support.semanticId.eclass.handler that return types with arguments of type PairModifier and TypeMethodDescriptionApiClient.parameterToPair(String name, Object value) Formats the specified query parameter to a list containing a singlePairobject.ApiClient.parameterToPairs(String collectionFormat, String name, Collection value) Formats the specified collection query parameters to a list ofPairobjects.Method parameters in de.iip_ecosphere.platform.support.semanticId.eclass.handler with type arguments of type PairModifier and TypeMethodDescriptioncom.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) 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) Build an HTTP request with the given options.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. -
Uses of Pair in de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth
Method parameters in de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth with type arguments of type PairModifier and TypeMethodDescriptionvoidvoidApply authentication settings to header and query params.voidvoid