Uses of Class
com.circleci.client.v2.Pair
-
Packages that use Pair Package Description com.circleci.client.v2 com.circleci.client.v2.auth -
-
Uses of Pair in com.circleci.client.v2
Methods in com.circleci.client.v2 that return types with arguments of type Pair Modifier and Type Method Description List<Pair>ApiClient. parameterToPairs(String collectionFormat, String name, Object value)Method parameters in com.circleci.client.v2 with type arguments of type Pair Modifier and Type Method Description <T> ApiResponse<T>ApiClient. invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String,String> headerParams, Map<String,Object> formParams, String accept, String contentType, String[] authNames, javax.ws.rs.core.GenericType<T> returnType)Invoke API by sending HTTP request with the given options.protected voidApiClient. updateParamsForAuth(String[] authNames, List<Pair> queryParams, Map<String,String> headerParams)Update query and header parameters based on authentication settings. -
Uses of Pair in com.circleci.client.v2.auth
Method parameters in com.circleci.client.v2.auth with type arguments of type Pair Modifier and Type Method Description voidApiKeyAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidAuthentication. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)Apply authentication settings to header and query params.voidHttpBasicAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)voidHttpBearerAuth. applyToParams(List<Pair> queryParams, Map<String,String> headerParams)
-