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="2022-07-01T17:01:03.296785+07:00[Asia/Bangkok]")
public class CalDavApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<CalDavResponse>generateCalDavAuth(String hotelIdentifier, String body) Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponse>>generateCalDavAuthWithHttpInfo(String hotelIdentifier, String body) reactor.core.publisher.Mono<CalDavResponse>retrieveCalDavAuth(String hotelIdentifier, String accept) Show CalDAV authentication Retrieve CalDAV authentication of a hotelreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponse>>retrieveCalDavAuthWithHttpInfo(String hotelIdentifier, String accept) voidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
CalDavApi
public CalDavApi() -
CalDavApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
generateCalDavAuth
public reactor.core.publisher.Mono<CalDavResponse> generateCalDavAuth(String hotelIdentifier, String body) throws org.springframework.web.reactive.function.client.WebClientResponseException Connect CalDAV Generates new CalDav passkey the property can use to authenticate the CalDAV url.405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameterbody- The body parameter- Returns:
- CalDavResponse
- 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<CalDavResponse>> generateCalDavAuthWithHttpInfo(String hotelIdentifier, String body) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
retrieveCalDavAuth
public reactor.core.publisher.Mono<CalDavResponse> retrieveCalDavAuth(String hotelIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show CalDAV authentication Retrieve CalDAV authentication of a hotel405 - Method Not Allowed
415 - Unsupported Media Type
400 - Bad Request
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
404 - Not Found
503 - Service Unavailable
200 - OK
- Parameters:
hotelIdentifier- The hotelIdentifier parameteraccept- The accept parameter- Returns:
- CalDavResponse
- 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<CalDavResponse>> retrieveCalDavAuthWithHttpInfo(String hotelIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-