public class MeldenderHinzufugenVorgangPublicControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
MeldenderHinzufugenVorgangPublicControllerApi() |
MeldenderHinzufugenVorgangPublicControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
authorizeMeldenderHinzufugenVorgang(java.lang.String vorgangId)
Authorize MeldenderHinzufugenVorgang (alle meldebereiche in Vorgang)
|
okhttp3.Call |
authorizeMeldenderHinzufugenVorgangAsync(java.lang.String vorgangId,
ApiCallback<java.lang.String> _callback)
(asynchronously)
Authorize MeldenderHinzufugenVorgang (alle meldebereiche in Vorgang)
|
okhttp3.Call |
authorizeMeldenderHinzufugenVorgangCall(java.lang.String vorgangId,
ApiCallback _callback)
Build call for authorizeMeldenderHinzufugenVorgang
|
ApiResponse<java.lang.String> |
authorizeMeldenderHinzufugenVorgangWithHttpInfo(java.lang.String vorgangId)
Authorize MeldenderHinzufugenVorgang (alle meldebereiche in Vorgang)
|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
MeldenderHinzufugenVorgangDto |
getMeldenderHinzufugenVorgangById(java.lang.String vorgangId)
Will return MeldenderHinzufugenVorgang by Vorgangs Id
|
okhttp3.Call |
getMeldenderHinzufugenVorgangByIdAsync(java.lang.String vorgangId,
ApiCallback<MeldenderHinzufugenVorgangDto> _callback)
(asynchronously)
Will return MeldenderHinzufugenVorgang by Vorgangs Id
|
okhttp3.Call |
getMeldenderHinzufugenVorgangByIdCall(java.lang.String vorgangId,
ApiCallback _callback)
Build call for getMeldenderHinzufugenVorgangById
|
ApiResponse<MeldenderHinzufugenVorgangDto> |
getMeldenderHinzufugenVorgangByIdWithHttpInfo(java.lang.String vorgangId)
Will return MeldenderHinzufugenVorgang by Vorgangs Id
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public MeldenderHinzufugenVorgangPublicControllerApi()
public MeldenderHinzufugenVorgangPublicControllerApi(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 authorizeMeldenderHinzufugenVorgangCall(java.lang.String vorgangId,
ApiCallback _callback)
throws ApiException
vorgangId - (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 | success | - |
public java.lang.String authorizeMeldenderHinzufugenVorgang(java.lang.String vorgangId)
throws ApiException
vorgangId - (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 | success | - |
public ApiResponse<java.lang.String> authorizeMeldenderHinzufugenVorgangWithHttpInfo(java.lang.String vorgangId) throws ApiException
vorgangId - (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 | success | - |
public okhttp3.Call authorizeMeldenderHinzufugenVorgangAsync(java.lang.String vorgangId,
ApiCallback<java.lang.String> _callback)
throws ApiException
vorgangId - (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 | success | - |
public okhttp3.Call getMeldenderHinzufugenVorgangByIdCall(java.lang.String vorgangId,
ApiCallback _callback)
throws ApiException
vorgangId - (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 | Meldebereich not found | - |
public MeldenderHinzufugenVorgangDto getMeldenderHinzufugenVorgangById(java.lang.String vorgangId) throws ApiException
vorgangId - (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 | Meldebereich not found | - |
public ApiResponse<MeldenderHinzufugenVorgangDto> getMeldenderHinzufugenVorgangByIdWithHttpInfo(java.lang.String vorgangId) throws ApiException
vorgangId - (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 | Meldebereich not found | - |
public okhttp3.Call getMeldenderHinzufugenVorgangByIdAsync(java.lang.String vorgangId,
ApiCallback<MeldenderHinzufugenVorgangDto> _callback)
throws ApiException
vorgangId - (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 | Meldebereich not found | - |