Class AccessApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeManager(String hotelIdentifier, String userIdentifier, String winkVersion) Delete manager Remove manager by specified identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> removeManagerWithHttpInfo(String hotelIdentifier, String userIdentifier, String winkVersion) Delete manager Remove manager by specified identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveManagerWithResponseSpec(String hotelIdentifier, String userIdentifier, String winkVersion) Delete manager Remove manager by specified identifierreactor.core.publisher.Mono<CompanyUserSupplier> saveManager(String hotelIdentifier, CreateHotelierRequestSupplier createHotelierRequestSupplier, String winkVersion) Add manager to property Link an existing user with your property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyUserSupplier>> saveManagerWithHttpInfo(String hotelIdentifier, CreateHotelierRequestSupplier createHotelierRequestSupplier, String winkVersion) Add manager to property Link an existing user with your property.org.springframework.web.reactive.function.client.WebClient.ResponseSpecsaveManagerWithResponseSpec(String hotelIdentifier, CreateHotelierRequestSupplier createHotelierRequestSupplier, String winkVersion) Add manager to property Link an existing user with your property.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Flux<CompanyUserSupplier> showManagers(String hotelIdentifier, String winkVersion) Show managers Retrieve list of existing property managersreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyUserSupplier>>> showManagersWithHttpInfo(String hotelIdentifier, String winkVersion) Show managers Retrieve list of existing property managersorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowManagersWithResponseSpec(String hotelIdentifier, String winkVersion) Show managers Retrieve list of existing property managers
-
Constructor Details
-
AccessApi
public AccessApi() -
AccessApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
removeManager
public reactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeManager(String hotelIdentifier, String userIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete manager Remove manager by specified identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Remove manager from this hotel identifieruserIdentifier- Remove manager with this identifierwinkVersion- The winkVersion parameter- Returns:
- RemoveEntryResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeManagerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> removeManagerWithHttpInfo(String hotelIdentifier, String userIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete manager Remove manager by specified identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Remove manager from this hotel identifieruserIdentifier- Remove manager with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RemoveEntryResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeManagerWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeManagerWithResponseSpec(String hotelIdentifier, String userIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete manager Remove manager by specified identifier503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Remove manager from this hotel identifieruserIdentifier- Remove manager with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
saveManager
public reactor.core.publisher.Mono<CompanyUserSupplier> saveManager(String hotelIdentifier, CreateHotelierRequestSupplier createHotelierRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Add manager to property Link an existing user with your property.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
hotelIdentifier- Associate manager with this hotel identifiercreateHotelierRequestSupplier- The createHotelierRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- CompanyUserSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
saveManagerWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CompanyUserSupplier>> saveManagerWithHttpInfo(String hotelIdentifier, CreateHotelierRequestSupplier createHotelierRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Add manager to property Link an existing user with your property.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
hotelIdentifier- Associate manager with this hotel identifiercreateHotelierRequestSupplier- The createHotelierRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<CompanyUserSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
saveManagerWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec saveManagerWithResponseSpec(String hotelIdentifier, CreateHotelierRequestSupplier createHotelierRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Add manager to property Link an existing user with your property.503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
201 - Created
- Parameters:
hotelIdentifier- Associate manager with this hotel identifiercreateHotelierRequestSupplier- The createHotelierRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagers
public reactor.core.publisher.Flux<CompanyUserSupplier> showManagers(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show managers Retrieve list of existing property managers503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Return managers for hotel with this identifierwinkVersion- The winkVersion parameter- Returns:
- List<CompanyUserSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagersWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<CompanyUserSupplier>>> showManagersWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show managers Retrieve list of existing property managers503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Return managers for hotel with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<CompanyUserSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showManagersWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showManagersWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show managers Retrieve list of existing property managers503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
200 - OK
- Parameters:
hotelIdentifier- Return managers for hotel with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-