Uses of Class
de.jsyn.unifi.controller.client.Pair
-
Packages that use Pair Package Description de.jsyn.unifi.controller.client de.jsyn.unifi.controller.client.auth -
-
Uses of Pair in de.jsyn.unifi.controller.client
Methods in de.jsyn.unifi.controller.client 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 de.jsyn.unifi.controller.client with type arguments of type Pair Modifier and Type Method Description <T> TApiClient. invokeAPI(String path, String method, List<Pair> queryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, 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. -
Uses of Pair in de.jsyn.unifi.controller.client.auth
Method parameters in de.jsyn.unifi.controller.client.auth with type arguments of type Pair Modifier and Type Method Description voidApiKeyAuth. 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)
-