public class LandkreisPublicControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
LandkreisPublicControllerApi() |
LandkreisPublicControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
java.util.List<LandkreisschluesselShortDto> |
getLandkreisschluesselPublic()
Returns all Landkreisschluessel
|
okhttp3.Call |
getLandkreisschluesselPublicAsync(ApiCallback<java.util.List<LandkreisschluesselShortDto>> _callback)
(asynchronously)
Returns all Landkreisschluessel
|
okhttp3.Call |
getLandkreisschluesselPublicCall(ApiCallback _callback)
Build call for getLandkreisschluesselPublic
|
ApiResponse<java.util.List<LandkreisschluesselShortDto>> |
getLandkreisschluesselPublicWithHttpInfo()
Returns all Landkreisschluessel
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public LandkreisPublicControllerApi()
public LandkreisPublicControllerApi(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 getLandkreisschluesselPublicCall(ApiCallback _callback) throws ApiException
_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returned all landkreisschluessel | - |
public java.util.List<LandkreisschluesselShortDto> getLandkreisschluesselPublic() throws ApiException
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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returned all landkreisschluessel | - |
public ApiResponse<java.util.List<LandkreisschluesselShortDto>> getLandkreisschluesselPublicWithHttpInfo() throws ApiException
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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returned all landkreisschluessel | - |
public okhttp3.Call getLandkreisschluesselPublicAsync(ApiCallback<java.util.List<LandkreisschluesselShortDto>> _callback) throws ApiException
_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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returned all landkreisschluessel | - |