Package travel.wink.sdk.extranet.api
Class CalDavApi
java.lang.Object
travel.wink.sdk.extranet.api.CalDavApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-05T21:41:24.797077847+07:00[Asia/Bangkok]")
public class CalDavApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CalDavResponseSupplier> generateCalDavAuth(String hotelIdentifier, String winkVersion) Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponseSupplier>> generateCalDavAuthWithHttpInfo(String hotelIdentifier, String winkVersion) Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.org.springframework.web.reactive.function.client.WebClient.ResponseSpecgenerateCalDavAuthWithResponseSpec(String hotelIdentifier, String winkVersion) Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.reactor.core.publisher.Mono<CalDavResponseSupplier> retrieveCalDavAuth(String hotelIdentifier, String winkVersion, String accept) Show CalDAV authentication Retrieve CalDAV authentication of a hotelreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponseSupplier>> retrieveCalDavAuthWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) Show CalDAV authentication Retrieve CalDAV authentication of a hotelorg.springframework.web.reactive.function.client.WebClient.ResponseSpecretrieveCalDavAuthWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) Show CalDAV authentication Retrieve CalDAV authentication of a hotelvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
CalDavApi
public CalDavApi() -
CalDavApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
generateCalDavAuth
public reactor.core.publisher.Mono<CalDavResponseSupplier> generateCalDavAuth(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Regenrate CalDAV auth for this specified propertywinkVersion- The winkVersion parameter- Returns:
- CalDavResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
generateCalDavAuthWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponseSupplier>> generateCalDavAuthWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Regenrate CalDAV auth for this specified propertywinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CalDavResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
generateCalDavAuthWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec generateCalDavAuthWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Regenrate CalDAV auth for this specified propertywinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
retrieveCalDavAuth
public reactor.core.publisher.Mono<CalDavResponseSupplier> retrieveCalDavAuth(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show CalDAV authentication Retrieve CalDAV authentication of a hotel403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Generate CalDAV auth for this specified propertywinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- CalDavResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
retrieveCalDavAuthWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponseSupplier>> retrieveCalDavAuthWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show CalDAV authentication Retrieve CalDAV authentication of a hotel403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Generate CalDAV auth for this specified propertywinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<CalDavResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
retrieveCalDavAuthWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec retrieveCalDavAuthWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show CalDAV authentication Retrieve CalDAV authentication of a hotel403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Generate CalDAV auth for this specified propertywinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-