Uses of Class
de.jsyn.unifi.controller.client.ApiException
-
Packages that use ApiException Package Description de.jsyn.unifi.controller.client de.jsyn.unifi.controller.client.api -
-
Uses of ApiException in de.jsyn.unifi.controller.client
Methods in de.jsyn.unifi.controller.client that throw ApiException Modifier and Type Method Description <T> TApiClient. deserialize(javax.ws.rs.core.Response response, javax.ws.rs.core.GenericType<T> returnType)Deserialize response body to Java object according to the Content-Type.FileApiClient. downloadFileFromResponse(javax.ws.rs.core.Response response)Download file from the given response.<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.javax.ws.rs.client.Entity<?>ApiClient. serialize(Object obj, Map<String,Object> formParams, String contentType)Serialize the given Java object into string entity according the given Content-Type (only JSON is supported for now). -
Uses of ApiException in de.jsyn.unifi.controller.client.api
Methods in de.jsyn.unifi.controller.client.api that throw ApiException Modifier and Type Method Description SitesDefaultApi. listSites()Lists all sites of the authenticated userWlanConfsDefaultApi. listWlanConfig(String site, String confId)Lists the specified WLAN configuationWlanConfsDefaultApi. listWlanConfigs(String site)Lists all WLAN configurationsWlanGroupsDefaultApi. listWlanGroups(String site)List all WLAN groupLoginResponseDefaultApi. login(Login login)Login to controllerWlanConfsDefaultApi. updateWlanConfig(String site, String confId, WlanConf wlanConf)Update the specified WLAN configuration
-