Class CalendarSyncApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<String> CalDAV calendar This is the CalDAV URL you can add to your calendar program.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<String>> caldavWithHttpInfo(String propertyIdentifier, String winkVersion) CalDAV calendar This is the CalDAV URL you can add to your calendar program.org.springframework.web.reactive.function.client.WebClient.ResponseSpeccaldavWithResponseSpec(String propertyIdentifier, String winkVersion) CalDAV calendar This is the CalDAV URL you can add to your calendar program.reactor.core.publisher.Mono<CalDavResponseSupplier> generateCalDavAuth(String propertyIdentifier, String winkVersion) Create CalDAV connection Generates new CalDav passkey the property can use to authenticate the CalDAV url.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponseSupplier>> generateCalDavAuthWithHttpInfo(String propertyIdentifier, String winkVersion) Create CalDAV connection Generates new CalDav passkey the property can use to authenticate the CalDAV url.org.springframework.web.reactive.function.client.WebClient.ResponseSpecgenerateCalDavAuthWithResponseSpec(String propertyIdentifier, String winkVersion) Create CalDAV connection Generates new CalDav passkey the property can use to authenticate the CalDAV url.reactor.core.publisher.Mono<CalDavResponseSupplier> retrieveCalDavAuth(String propertyIdentifier, String winkVersion, String accept) Show CalDAV Connection Retrieve the CalDAV connection for your propertyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CalDavResponseSupplier>> retrieveCalDavAuthWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) Show CalDAV Connection Retrieve the CalDAV connection for your propertyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecretrieveCalDavAuthWithResponseSpec(String propertyIdentifier, String winkVersion, String accept) Show CalDAV Connection Retrieve the CalDAV connection for your propertyvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
CalendarSyncApi
public CalendarSyncApi() -
CalendarSyncApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
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
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- Retrieve booking list in CalDAV for this specified propertywinkVersion- 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
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- Retrieve booking list in CalDAV for this specified propertywinkVersion- 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
405 - Method Not Allowed
400 - Bad Request
415 - Unsupported Media Type
403 - Forbidden
401 - Unauthorized
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- Retrieve booking list in CalDAV 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
-
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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- 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 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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- 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 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.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- 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 propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show CalDAV Connection Retrieve the CalDAV connection for your property403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- 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 propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show CalDAV Connection Retrieve the CalDAV connection for your property403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- 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 propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show CalDAV Connection Retrieve the CalDAV connection for your property403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
propertyIdentifier- 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
-