Class CalendarSyncApi

java.lang.Object
travel.wink.sdk.extranet.booking.api.CalendarSyncApi

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-02-05T14:53:48.168993328+07:00[Asia/Bangkok]") public class CalendarSyncApi extends Object
  • Constructor Details

    • CalendarSyncApi

      public CalendarSyncApi()
    • CalendarSyncApi

      @Autowired public CalendarSyncApi(ApiClient apiClient)
  • Method Details

    • getApiClient

      public ApiClient getApiClient()
    • setApiClient

      public void setApiClient(ApiClient apiClient)
    • caldav

      public reactor.core.publisher.Mono<String> caldav(String propertyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      CalDAV calendar This is the CalDAV URL you can add to your calendar program.

      503 - Service Unavailable

      500 - Internal Server Error

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      propertyIdentifier - Retrieve booking list in CalDAV for this specified property
      winkVersion - The winkVersion parameter
      Returns:
      String
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • caldavWithHttpInfo

      public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<String>> caldavWithHttpInfo(String propertyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      CalDAV calendar This is the CalDAV URL you can add to your calendar program.

      503 - Service Unavailable

      500 - Internal Server Error

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      propertyIdentifier - Retrieve booking list in CalDAV for this specified property
      winkVersion - The winkVersion parameter
      Returns:
      ResponseEntity<String>
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • caldavWithResponseSpec

      public org.springframework.web.reactive.function.client.WebClient.ResponseSpec caldavWithResponseSpec(String propertyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      CalDAV calendar This is the CalDAV URL you can add to your calendar program.

      503 - Service Unavailable

      500 - Internal Server Error

      400 - Bad Request

      405 - Method Not Allowed

      415 - Unsupported Media Type

      403 - Forbidden

      401 - Unauthorized

      200 - OK

      Parameters:
      propertyIdentifier - Retrieve booking list in CalDAV for this specified property
      winkVersion - The winkVersion parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API
    • generateCalDavAuth

      public reactor.core.publisher.Mono<CalDavResponseSupplier> generateCalDavAuth(String propertyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create CalDAV connection Generates new CalDav passkey the property can use to authenticate the CalDAV url.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      propertyIdentifier - Regenrate CalDAV auth for this specified property
      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 propertyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create CalDAV connection Generates new CalDav passkey the property can use to authenticate the CalDAV url.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      propertyIdentifier - Regenrate CalDAV auth for this specified property
      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 propertyIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Create CalDAV connection Generates new CalDav passkey the property can use to authenticate the CalDAV url.

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      propertyIdentifier - Regenrate CalDAV auth for this specified property
      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 propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show CalDAV Connection Retrieve the CalDAV connection for your property

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      propertyIdentifier - Generate CalDAV auth for this specified property
      winkVersion - The winkVersion parameter
      accept - 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 propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show CalDAV Connection Retrieve the CalDAV connection for your property

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      propertyIdentifier - Generate CalDAV auth for this specified property
      winkVersion - The winkVersion parameter
      accept - 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 propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException
      Show CalDAV Connection Retrieve the CalDAV connection for your property

      500 - Internal Server Error

      403 - Forbidden

      401 - Unauthorized

      400 - Bad Request

      200 - OK

      Parameters:
      propertyIdentifier - Generate CalDAV auth for this specified property
      winkVersion - The winkVersion parameter
      accept - The accept parameter
      Returns:
      ResponseSpec
      Throws:
      org.springframework.web.reactive.function.client.WebClientResponseException - if an error occurs while attempting to invoke the API