Uses of Class
software.xdev.sessionize.client.ApiException
Packages that use ApiException
-
Uses of ApiException in software.xdev.sessionize.api
Methods in software.xdev.sessionize.api that throw ApiExceptionModifier and TypeMethodDescriptionSessionsApi.getAllSessions(String endpointId) SessionsApi.getAllSessions(String endpointId, Map<String, String> additionalHeaders) SpeakersApi.getAllSpeakers(String endpointId) SpeakersApi.getAllSpeakers(String endpointId, Map<String, String> additionalHeaders) SpeakersApi.getAllSpeakersEmails(String endpointId, String s) Undocumented endpoint for retrieving the speakers with emailsUndocumented endpoint for retrieving the speakers with emails -
Uses of ApiException in software.xdev.sessionize.client
Methods in software.xdev.sessionize.client that throw ApiExceptionModifier and TypeMethodDescription<T> TApiClient.deserialize(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> valueType) Deserialize response body to Java object according to the Content-Type.<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.protected <T> TApiClient.processResponse(org.apache.hc.client5.http.impl.classic.CloseableHttpResponse response, com.fasterxml.jackson.core.type.TypeReference<T> returnType) org.apache.hc.core5.http.HttpEntityApiClient.serialize(Object obj, Map<String, Object> formParams, org.apache.hc.core5.http.ContentType contentType) Serialize the given Java object into string according the given Content-Type (only JSON is supported for now).