Class VersionApi
java.lang.Object
org.camunda.community.rest.client.api.VersionApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class VersionApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet Rest API version Retrieves the version of the Rest API.getRestAPIVersion(Map<String, String> additionalHeaders) Get Rest API version Retrieves the version of the Rest API.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
VersionApi
public VersionApi() -
VersionApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getRestAPIVersion
Get Rest API version Retrieves the version of the Rest API.- Returns:
- VersionDto
- Throws:
ApiException- if fails to make API call
-
getRestAPIVersion
Get Rest API version Retrieves the version of the Rest API.- Parameters:
additionalHeaders- additionalHeaders for this call- Returns:
- VersionDto
- Throws:
ApiException- if fails to make API call
-