Class InfoApi


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    @Component("org.genesys.amphibian.client.api.InfoApi")
    public class InfoApi
    extends Object
    • 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 version

        400 - 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 version

        400 - 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