Package org.genesys.amphibian.client.api
Class InfoApi
- java.lang.Object
-
- org.genesys.amphibian.client.api.InfoApi
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") @Component("org.genesys.amphibian.client.api.InfoApi") public class InfoApi extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiClientgetApiClient()StringgetVersion()Get Amphibian versionorg.springframework.http.ResponseEntity<String>getVersionWithHttpInfo()Get Amphibian versionvoidsetApiClient(ApiClient apiClient)
-
-
-
Constructor Detail
-
InfoApi
public InfoApi()
-
InfoApi
@Autowired public InfoApi(ApiClient apiClient)
-
-
Method Detail
-
getApiClient
public ApiClient getApiClient()
-
setApiClient
public void setApiClient(ApiClient apiClient)
-
getVersion
public String getVersion() throws org.springframework.web.client.RestClientException
Get Amphibian version400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
404 - Not Found
401 - Unauthorized
200 - OK
- Returns:
- String
- Throws:
org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
-
getVersionWithHttpInfo
public org.springframework.http.ResponseEntity<String> getVersionWithHttpInfo() throws org.springframework.web.client.RestClientException
Get Amphibian version400 - Bad Request
405 - Method Not Allowed
500 - Internal Server Error
404 - Not Found
401 - Unauthorized
200 - OK
- Returns:
- ResponseEntity<String>
- Throws:
org.springframework.web.client.RestClientException- if an error occurs while attempting to invoke the API
-
-