public class MeldebereichAntragPublicControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
MeldebereichAntragPublicControllerApi() |
MeldebereichAntragPublicControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
MeldebereichAntragDto |
createMeldebereichAntrag(MeldebereichAntragDto meldebereichAntragDto)
Creates a new MeldebereichAntrag in the system.
|
okhttp3.Call |
createMeldebereichAntragAsync(MeldebereichAntragDto meldebereichAntragDto,
ApiCallback<MeldebereichAntragDto> _callback)
(asynchronously)
Creates a new MeldebereichAntrag in the system.
|
okhttp3.Call |
createMeldebereichAntragCall(MeldebereichAntragDto meldebereichAntragDto,
ApiCallback _callback)
Build call for createMeldebereichAntrag
|
ApiResponse<MeldebereichAntragDto> |
createMeldebereichAntragWithHttpInfo(MeldebereichAntragDto meldebereichAntragDto)
Creates a new MeldebereichAntrag in the system.
|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public MeldebereichAntragPublicControllerApi()
public MeldebereichAntragPublicControllerApi(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 createMeldebereichAntragCall(MeldebereichAntragDto meldebereichAntragDto, ApiCallback _callback) throws ApiException
meldebereichAntragDto - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | returns the newly created one | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returns the newly created one | - |
public MeldebereichAntragDto createMeldebereichAntrag(MeldebereichAntragDto meldebereichAntragDto) throws ApiException
meldebereichAntragDto - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | returns the newly created one | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returns the newly created one | - |
public ApiResponse<MeldebereichAntragDto> createMeldebereichAntragWithHttpInfo(MeldebereichAntragDto meldebereichAntragDto) throws ApiException
meldebereichAntragDto - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | returns the newly created one | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returns the newly created one | - |
public okhttp3.Call createMeldebereichAntragAsync(MeldebereichAntragDto meldebereichAntragDto, ApiCallback<MeldebereichAntragDto> _callback) throws ApiException
meldebereichAntragDto - (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 | returns the newly created one | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | returns the newly created one | - |