Package travel.wink.sdk.ping.api
Class PingApi
java.lang.Object
travel.wink.sdk.ping.api.PingApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-15T12:00:22.364607093+07:00[Asia/Bangkok]")
public class PingApi
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>> Ping Simple ping endpoint to test your credentials.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPing Simple ping endpoint to test your credentials.voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
PingApi
public PingApi() -
PingApi
-
-
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.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
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.WebClientResponseExceptionPing Simple ping endpoint to test your credentials.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Returns:
- ResponseEntity<String>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
pingWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec pingWithResponseSpec() throws org.springframework.web.reactive.function.client.WebClientResponseExceptionPing Simple ping endpoint to test your credentials.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-