Package org.genesys.amphibian.client.api
Class InfoApi
java.lang.Object
org.genesys.amphibian.client.api.InfoApi
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class InfoApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>Get Amphibian versionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<String>>Get Amphibian versionorg.springframework.web.reactive.function.client.WebClient.ResponseSpecGet Amphibian versionvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
InfoApi
public InfoApi() -
InfoApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
getVersion
public reactor.core.publisher.Mono<String> getVersion() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionGet Amphibian version404 - 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.WebClientResponseExceptionGet Amphibian version404 - 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.WebClientResponseExceptionGet Amphibian version404 - 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
-