public class DataApiPublicControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
DataApiPublicControllerApi() |
DataApiPublicControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
KrankenhausMeldungDataApiDto |
getKrankenhausStandorteMeldungen(java.lang.String apiKey)
Returns a csv file of all latest Meldungen aggregated on Standort level
|
okhttp3.Call |
getKrankenhausStandorteMeldungenAsync(java.lang.String apiKey,
ApiCallback<KrankenhausMeldungDataApiDto> _callback)
(asynchronously)
Returns a csv file of all latest Meldungen aggregated on Standort level
|
okhttp3.Call |
getKrankenhausStandorteMeldungenCall(java.lang.String apiKey,
ApiCallback _callback)
Build call for getKrankenhausStandorteMeldungen
|
ApiResponse<KrankenhausMeldungDataApiDto> |
getKrankenhausStandorteMeldungenWithHttpInfo(java.lang.String apiKey)
Returns a csv file of all latest Meldungen aggregated on Standort level
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public DataApiPublicControllerApi()
public DataApiPublicControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call getKrankenhausStandorteMeldungenCall(java.lang.String apiKey,
ApiCallback _callback)
throws ApiException
apiKey - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | invalid api key or access denied | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public KrankenhausMeldungDataApiDto getKrankenhausStandorteMeldungen(java.lang.String apiKey) throws ApiException
apiKey - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | invalid api key or access denied | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public ApiResponse<KrankenhausMeldungDataApiDto> getKrankenhausStandorteMeldungenWithHttpInfo(java.lang.String apiKey) throws ApiException
apiKey - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | invalid api key or access denied | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
public okhttp3.Call getKrankenhausStandorteMeldungenAsync(java.lang.String apiKey,
ApiCallback<KrankenhausMeldungDataApiDto> _callback)
throws ApiException
apiKey - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | Bad Request | - |
| 403 | invalid api key or access denied | - |
| 500 | Internal Server Error | - |
| 200 | success | - |