Class LifestyleApi
java.lang.Object
travel.wink.sdk.extranet.property.api.LifestyleApi
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-15T11:59:12.975377331+07:00[Asia/Bangkok]")
public class LifestyleApi
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<LifestylesResponseSupplier> showLifestyles(String propertyIdentifier, String winkVersion, String accept) Show Lifestyles Retrieve list of property lifestylesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<LifestylesResponseSupplier>> showLifestylesWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) Show Lifestyles Retrieve list of property lifestylesorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowLifestylesWithResponseSpec(String propertyIdentifier, String winkVersion, String accept) Show Lifestyles Retrieve list of property lifestylesreactor.core.publisher.Mono<LifestylesResponseSupplier> updateLifestyles(String propertyIdentifier, UpdateLifestylesRequestSupplier updateLifestylesRequestSupplier, String winkVersion) Update Lifestyles Update selected lifestyles.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<LifestylesResponseSupplier>> updateLifestylesWithHttpInfo(String propertyIdentifier, UpdateLifestylesRequestSupplier updateLifestylesRequestSupplier, String winkVersion) Update Lifestyles Update selected lifestyles.org.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateLifestylesWithResponseSpec(String propertyIdentifier, UpdateLifestylesRequestSupplier updateLifestylesRequestSupplier, String winkVersion) Update Lifestyles Update selected lifestyles.
-
Constructor Details
-
LifestyleApi
public LifestyleApi() -
LifestyleApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
showLifestyles
public reactor.core.publisher.Mono<LifestylesResponseSupplier> showLifestyles(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Lifestyles Retrieve list of property lifestyles500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show Lifestyles for this property identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- LifestylesResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLifestylesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<LifestylesResponseSupplier>> showLifestylesWithHttpInfo(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Lifestyles Retrieve list of property lifestyles500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show Lifestyles for this property identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<LifestylesResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showLifestylesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showLifestylesWithResponseSpec(String propertyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Lifestyles Retrieve list of property lifestyles500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Show Lifestyles for this property identifierwinkVersion- 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
-
updateLifestyles
public reactor.core.publisher.Mono<LifestylesResponseSupplier> updateLifestyles(String propertyIdentifier, UpdateLifestylesRequestSupplier updateLifestylesRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Lifestyles Update selected lifestyles. See [Lifestyle geoname data](#operation/showLifestyles) for supported lifestyles.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update lifestyles for this property identifierupdateLifestylesRequestSupplier- The updateLifestylesRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- LifestylesResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateLifestylesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<LifestylesResponseSupplier>> updateLifestylesWithHttpInfo(String propertyIdentifier, UpdateLifestylesRequestSupplier updateLifestylesRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Lifestyles Update selected lifestyles. See [Lifestyle geoname data](#operation/showLifestyles) for supported lifestyles.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update lifestyles for this property identifierupdateLifestylesRequestSupplier- The updateLifestylesRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<LifestylesResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateLifestylesWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateLifestylesWithResponseSpec(String propertyIdentifier, UpdateLifestylesRequestSupplier updateLifestylesRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Lifestyles Update selected lifestyles. See [Lifestyle geoname data](#operation/showLifestyles) for supported lifestyles.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
propertyIdentifier- Update lifestyles for this property identifierupdateLifestylesRequestSupplier- The updateLifestylesRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-