Uses of Class
io.camunda.tasklist.generated.invoker.Pair
Packages that use Pair
Package
Description
-
Uses of Pair in io.camunda.tasklist.generated.invoker
Methods in io.camunda.tasklist.generated.invoker 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 io.camunda.tasklist.generated.invoker with type arguments of type PairModifier and TypeMethodDescription<T> TApiClient.invokeAPI(String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, String urlQueryDeepObject, Object body, Map<String, String> headerParams, Map<String, String> cookieParams, Map<String, Object> formParams, String accept, String contentType, String[] authNames, com.fasterxml.jackson.core.type.TypeReference<T> returnType) Invoke API by sending HTTP request with the given options. -
Uses of Pair in io.camunda.tasklist.generated.invoker.auth
Method parameters in io.camunda.tasklist.generated.invoker.auth with type arguments of type PairModifier and TypeMethodDescriptionvoidApiKeyAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) voidAuthentication.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) Apply authentication settings to header and query params.voidHttpBasicAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams) voidHttpBearerAuth.applyToParams(List<Pair> queryParams, Map<String, String> headerParams, Map<String, String> cookieParams)