Class InfoApi

java.lang.Object
org.genesys.amphibian.client.api.InfoApi

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class InfoApi extends Object
  • Constructor Details

    • InfoApi

      public InfoApi()
    • InfoApi

      @Autowired public InfoApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • getVersion

      public reactor.core.publisher.Mono<String> getVersion() throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Amphibian version

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Returns:
      String
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • getVersionWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<String>> getVersionWithHttpInfo() throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Amphibian version

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Returns:
      ResponseEntity<String>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • getVersionWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec getVersionWithResponseSpec() throws org.springframework.web.reactive.function.client.WebClientResponseException
      Get Amphibian version

      404 - Not Found

      401 - Unauthorized

      400 - Bad Request

      405 - Method Not Allowed

      500 - Internal Server Error

      200 - OK

      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API