Class CalDavApi

java.lang.Object
travel.wink.sdk.extranet.api.CalDavApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-26T14:36:45.544169528+07:00[Asia/Bangkok]") public class CalDavApi extends Object
  • Constructor Details

    • CalDavApi

      public CalDavApi()
    • CalDavApi

      @Autowired public CalDavApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • 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.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - The hotelIdentifier parameter
      winkVersion - 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.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - The hotelIdentifier parameter
      winkVersion - 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.

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - The hotelIdentifier parameter
      winkVersion - 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) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show CalDAV authentication Retrieve CalDAV authentication of a hotel

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - The hotelIdentifier parameter
      winkVersion - The winkVersion 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) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show CalDAV authentication Retrieve CalDAV authentication of a hotel

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - The hotelIdentifier parameter
      winkVersion - The winkVersion 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) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show CalDAV authentication Retrieve CalDAV authentication of a hotel

      503 - Service Unavailable

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      500 - Internal Server Error

      404 - Not Found

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      hotelIdentifier - The hotelIdentifier parameter
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API