Package travel.wink.sdk.extranet.api
Class TestApi
java.lang.Object
travel.wink.sdk.extranet.api.TestApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-08-16T13:27:39.414751+07:00[Asia/Bangkok]")
public class TestApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<String>ping()Ping Simple ping endpoint to test your credentials.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<String>>voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
TestApi
public TestApi() -
TestApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
ping
public reactor.core.publisher.Mono<String> ping() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionPing Simple ping endpoint to test your credentials.503 - Service Unavailable
400 - Bad Request
500 - Internal Server Error
404 - Not Found
405 - Method Not Allowed
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
200 - OK
- Returns:
- String
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
pingWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<String>> pingWithHttpInfo() throws org.springframework.web.reactive.function.client.WebClientResponseException- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-