public class MeldebereichControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
MeldebereichControllerApi() |
MeldebereichControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
deactivateMeldebereichViaPath(java.lang.String meldebereichId,
MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto)
Deactivates a Meldebereich in the system.
|
okhttp3.Call |
deactivateMeldebereichViaPathAsync(java.lang.String meldebereichId,
MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto,
ApiCallback<java.lang.String> _callback)
(asynchronously)
Deactivates a Meldebereich in the system.
|
okhttp3.Call |
deactivateMeldebereichViaPathCall(java.lang.String meldebereichId,
MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto,
ApiCallback _callback)
Build call for deactivateMeldebereichViaPath
|
ApiResponse<java.lang.String> |
deactivateMeldebereichViaPathWithHttpInfo(java.lang.String meldebereichId,
MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto)
Deactivates a Meldebereich in the system.
|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
MeldungshistorieDto |
getLetzteMeldungForMeldebereich(java.lang.String meldebereichId)
Will return the laste Meldung for the given Meldebereich
|
okhttp3.Call |
getLetzteMeldungForMeldebereichAsync(java.lang.String meldebereichId,
ApiCallback<MeldungshistorieDto> _callback)
(asynchronously)
Will return the laste Meldung for the given Meldebereich
|
okhttp3.Call |
getLetzteMeldungForMeldebereichCall(java.lang.String meldebereichId,
ApiCallback _callback)
Build call for getLetzteMeldungForMeldebereich
|
ApiResponse<MeldungshistorieDto> |
getLetzteMeldungForMeldebereichWithHttpInfo(java.lang.String meldebereichId)
Will return the laste Meldung for the given Meldebereich
|
MeldebereichPublicInfoDto |
getMeldebereichById(java.lang.String meldebereichId)
Will return the Meldebereich information for the given ID
|
okhttp3.Call |
getMeldebereichByIdAsync(java.lang.String meldebereichId,
ApiCallback<MeldebereichPublicInfoDto> _callback)
(asynchronously)
Will return the Meldebereich information for the given ID
|
okhttp3.Call |
getMeldebereichByIdCall(java.lang.String meldebereichId,
ApiCallback _callback)
Build call for getMeldebereichById
|
ApiResponse<MeldebereichPublicInfoDto> |
getMeldebereichByIdWithHttpInfo(java.lang.String meldebereichId)
Will return the Meldebereich information for the given ID
|
MeldungshistorieContainerDto |
getMeldungenForMeldebereich(java.lang.String meldebereichId,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String meldungsversion,
java.lang.Boolean nurLetzteMeldung)
Will return all Meldungen for the given Meldebereich
|
okhttp3.Call |
getMeldungenForMeldebereichAsync(java.lang.String meldebereichId,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String meldungsversion,
java.lang.Boolean nurLetzteMeldung,
ApiCallback<MeldungshistorieContainerDto> _callback)
(asynchronously)
Will return all Meldungen for the given Meldebereich
|
okhttp3.Call |
getMeldungenForMeldebereichCall(java.lang.String meldebereichId,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String meldungsversion,
java.lang.Boolean nurLetzteMeldung,
ApiCallback _callback)
Build call for getMeldungenForMeldebereich
|
ApiResponse<MeldungshistorieContainerDto> |
getMeldungenForMeldebereichWithHttpInfo(java.lang.String meldebereichId,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String meldungsversion,
java.lang.Boolean nurLetzteMeldung)
Will return all Meldungen for the given Meldebereich
|
java.util.List<MeldebereichDto> |
getMyMeldebereiche()
Will return your Meldebereich
|
okhttp3.Call |
getMyMeldebereicheAsync(ApiCallback<java.util.List<MeldebereichDto>> _callback)
(asynchronously)
Will return your Meldebereich
|
okhttp3.Call |
getMyMeldebereicheCall(ApiCallback _callback)
Build call for getMyMeldebereiche
|
java.util.List<MeldebereichPublicInfoDto> |
getMyMeldebereichePublic()
Will return your Meldebereich (public information for third-party clients)
|
okhttp3.Call |
getMyMeldebereichePublicAsync(ApiCallback<java.util.List<MeldebereichPublicInfoDto>> _callback)
(asynchronously)
Will return your Meldebereich (public information for third-party clients)
|
okhttp3.Call |
getMyMeldebereichePublicCall(ApiCallback _callback)
Build call for getMyMeldebereichePublic
|
ApiResponse<java.util.List<MeldebereichPublicInfoDto>> |
getMyMeldebereichePublicWithHttpInfo()
Will return your Meldebereich (public information for third-party clients)
|
ApiResponse<java.util.List<MeldebereichDto>> |
getMyMeldebereicheWithHttpInfo()
Will return your Meldebereich
|
MeldebereichDto |
getPrivateMeldebereichById(java.lang.String meldebereichId)
Will return the Meldebereich with private information for the given ID
|
okhttp3.Call |
getPrivateMeldebereichByIdAsync(java.lang.String meldebereichId,
ApiCallback<MeldebereichDto> _callback)
(asynchronously)
Will return the Meldebereich with private information for the given ID
|
okhttp3.Call |
getPrivateMeldebereichByIdCall(java.lang.String meldebereichId,
ApiCallback _callback)
Build call for getPrivateMeldebereichById
|
ApiResponse<MeldebereichDto> |
getPrivateMeldebereichByIdWithHttpInfo(java.lang.String meldebereichId)
Will return the Meldebereich with private information for the given ID
|
MeldebereichDto |
saveMeldebereich(MeldebereichDto meldebereichDto)
Saves a Meldebereich in the system.
|
okhttp3.Call |
saveMeldebereichAsync(MeldebereichDto meldebereichDto,
ApiCallback<MeldebereichDto> _callback)
(asynchronously)
Saves a Meldebereich in the system.
|
okhttp3.Call |
saveMeldebereichCall(MeldebereichDto meldebereichDto,
ApiCallback _callback)
Build call for saveMeldebereich
|
ApiResponse<MeldebereichDto> |
saveMeldebereichWithHttpInfo(MeldebereichDto meldebereichDto)
Saves a Meldebereich in the system.
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public MeldebereichControllerApi()
public MeldebereichControllerApi(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 deactivateMeldebereichViaPathCall(java.lang.String meldebereichId,
MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto,
ApiCallback _callback)
throws ApiException
meldebereichId - (required)meldebereichDeaktivierungRequestDto - (required)_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 | - |
| 204 | successfully deactivated | - |
public java.lang.String deactivateMeldebereichViaPath(java.lang.String meldebereichId,
MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto)
throws ApiException
meldebereichId - (required)meldebereichDeaktivierungRequestDto - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 204 | successfully deactivated | - |
public ApiResponse<java.lang.String> deactivateMeldebereichViaPathWithHttpInfo(java.lang.String meldebereichId, MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto) throws ApiException
meldebereichId - (required)meldebereichDeaktivierungRequestDto - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 204 | successfully deactivated | - |
public okhttp3.Call deactivateMeldebereichViaPathAsync(java.lang.String meldebereichId,
MeldebereichDeaktivierungRequestDto meldebereichDeaktivierungRequestDto,
ApiCallback<java.lang.String> _callback)
throws ApiException
meldebereichId - (required)meldebereichDeaktivierungRequestDto - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 204 | successfully deactivated | - |
public okhttp3.Call getLetzteMeldungForMeldebereichCall(java.lang.String meldebereichId,
ApiCallback _callback)
throws ApiException
meldebereichId - (required)_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 | success | - |
| 404 | not found | - |
public MeldungshistorieDto getLetzteMeldungForMeldebereich(java.lang.String meldebereichId) throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public ApiResponse<MeldungshistorieDto> getLetzteMeldungForMeldebereichWithHttpInfo(java.lang.String meldebereichId) throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getLetzteMeldungForMeldebereichAsync(java.lang.String meldebereichId,
ApiCallback<MeldungshistorieDto> _callback)
throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getMeldebereichByIdCall(java.lang.String meldebereichId,
ApiCallback _callback)
throws ApiException
meldebereichId - (required)_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 | success | - |
| 404 | not found | - |
public MeldebereichPublicInfoDto getMeldebereichById(java.lang.String meldebereichId) throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public ApiResponse<MeldebereichPublicInfoDto> getMeldebereichByIdWithHttpInfo(java.lang.String meldebereichId) throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getMeldebereichByIdAsync(java.lang.String meldebereichId,
ApiCallback<MeldebereichPublicInfoDto> _callback)
throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getMeldungenForMeldebereichCall(java.lang.String meldebereichId,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String meldungsversion,
java.lang.Boolean nurLetzteMeldung,
ApiCallback _callback)
throws ApiException
meldebereichId - (required)page - (optional, default to 0)size - (optional)meldungsversion - (optional)nurLetzteMeldung - (optional, default to false)_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 | success | - |
| 404 | not found | - |
public MeldungshistorieContainerDto getMeldungenForMeldebereich(java.lang.String meldebereichId, java.lang.Integer page, java.lang.Integer size, java.lang.String meldungsversion, java.lang.Boolean nurLetzteMeldung) throws ApiException
meldebereichId - (required)page - (optional, default to 0)size - (optional)meldungsversion - (optional)nurLetzteMeldung - (optional, default to false)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 | success | - |
| 404 | not found | - |
public ApiResponse<MeldungshistorieContainerDto> getMeldungenForMeldebereichWithHttpInfo(java.lang.String meldebereichId, java.lang.Integer page, java.lang.Integer size, java.lang.String meldungsversion, java.lang.Boolean nurLetzteMeldung) throws ApiException
meldebereichId - (required)page - (optional, default to 0)size - (optional)meldungsversion - (optional)nurLetzteMeldung - (optional, default to false)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 | success | - |
| 404 | not found | - |
public okhttp3.Call getMeldungenForMeldebereichAsync(java.lang.String meldebereichId,
java.lang.Integer page,
java.lang.Integer size,
java.lang.String meldungsversion,
java.lang.Boolean nurLetzteMeldung,
ApiCallback<MeldungshistorieContainerDto> _callback)
throws ApiException
meldebereichId - (required)page - (optional, default to 0)size - (optional)meldungsversion - (optional)nurLetzteMeldung - (optional, default to false)_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 | success | - |
| 404 | not found | - |
public okhttp3.Call getMyMeldebereicheCall(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 | successfully | - |
| 404 | not found | - |
public java.util.List<MeldebereichDto> getMyMeldebereiche() 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 | successfully | - |
| 404 | not found | - |
public ApiResponse<java.util.List<MeldebereichDto>> getMyMeldebereicheWithHttpInfo() 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 | successfully | - |
| 404 | not found | - |
public okhttp3.Call getMyMeldebereicheAsync(ApiCallback<java.util.List<MeldebereichDto>> _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 | successfully | - |
| 404 | not found | - |
public okhttp3.Call getMyMeldebereichePublicCall(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 | successfully | - |
| 404 | not found | - |
public java.util.List<MeldebereichPublicInfoDto> getMyMeldebereichePublic() 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 | successfully | - |
| 404 | not found | - |
public ApiResponse<java.util.List<MeldebereichPublicInfoDto>> getMyMeldebereichePublicWithHttpInfo() 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 | successfully | - |
| 404 | not found | - |
public okhttp3.Call getMyMeldebereichePublicAsync(ApiCallback<java.util.List<MeldebereichPublicInfoDto>> _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 | successfully | - |
| 404 | not found | - |
public okhttp3.Call getPrivateMeldebereichByIdCall(java.lang.String meldebereichId,
ApiCallback _callback)
throws ApiException
meldebereichId - (required)_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 | success | - |
| 404 | not found | - |
public MeldebereichDto getPrivateMeldebereichById(java.lang.String meldebereichId) throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public ApiResponse<MeldebereichDto> getPrivateMeldebereichByIdWithHttpInfo(java.lang.String meldebereichId) throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call getPrivateMeldebereichByIdAsync(java.lang.String meldebereichId,
ApiCallback<MeldebereichDto> _callback)
throws ApiException
meldebereichId - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | success | - |
| 404 | not found | - |
public okhttp3.Call saveMeldebereichCall(MeldebereichDto meldebereichDto, ApiCallback _callback) throws ApiException
meldebereichDto - (required)_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 | successfully saved | - |
| 417 | Meldebereich not editable due to business error | - |
public MeldebereichDto saveMeldebereich(MeldebereichDto meldebereichDto) throws ApiException
meldebereichDto - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | successfully saved | - |
| 417 | Meldebereich not editable due to business error | - |
public ApiResponse<MeldebereichDto> saveMeldebereichWithHttpInfo(MeldebereichDto meldebereichDto) throws ApiException
meldebereichDto - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | successfully saved | - |
| 417 | Meldebereich not editable due to business error | - |
public okhttp3.Call saveMeldebereichAsync(MeldebereichDto meldebereichDto, ApiCallback<MeldebereichDto> _callback) throws ApiException
meldebereichDto - (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 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | successfully saved | - |
| 417 | Meldebereich not editable due to business error | - |