Class NotificationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<RemoveEntryResponse>removeHotelInternalMessageView(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) Delete hotel internal message Remove internal message by idreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeHotelInternalMessageViewWithHttpInfo(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<HotelInternalMessageView>showHotelInternalMessage(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) Show hotel internal message Retrieve internal messages for a specific hotel by idreactor.core.publisher.Flux<HotelInternalMessageView>showHotelInternalMessages(String hotelIdentifier, String accept) Show hotel internal messages Retrieve all the internal messages for this hotelreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<HotelInternalMessageView>>>showHotelInternalMessagesWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInternalMessageView>>showHotelInternalMessageWithHttpInfo(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) reactor.core.publisher.Mono<CountResponse>showUnreadMessageCount(String hotelIdentifier, String accept) Show unread message count Retrieve count of unread messagesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponse>>showUnreadMessageCountWithHttpInfo(String hotelIdentifier, String accept) reactor.core.publisher.Mono<HotelInternalMessageView>updateHotelInternalMessage(String hotelIdentifier, String hotelInternalMessageIdentifier, HotelInternalMessage hotelInternalMessage) Update hotel internal message Update internal message by idreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInternalMessageView>>updateHotelInternalMessageWithHttpInfo(String hotelIdentifier, String hotelInternalMessageIdentifier, HotelInternalMessage hotelInternalMessage)
-
Constructor Details
-
NotificationApi
public NotificationApi() -
NotificationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
removeHotelInternalMessageView
public reactor.core.publisher.Mono<RemoveEntryResponse> removeHotelInternalMessageView(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete hotel internal message Remove internal message by id503 - Service Unavailable
400 - Bad Request
405 - Method Not Allowed
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
202 - Accepted
- Parameters:
hotelIdentifier- The hotelIdentifier parameterhotelInternalMessageIdentifier- The hotelInternalMessageIdentifier parameteraccept- The accept parameter- Returns:
- RemoveEntryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeHotelInternalMessageViewWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeHotelInternalMessageViewWithHttpInfo(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showHotelInternalMessage
public reactor.core.publisher.Mono<HotelInternalMessageView> showHotelInternalMessage(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show hotel internal message Retrieve internal messages for a specific hotel by id503 - 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 parameterhotelInternalMessageIdentifier- The hotelInternalMessageIdentifier parameteraccept- The accept parameter- Returns:
- HotelInternalMessageView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showHotelInternalMessageWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInternalMessageView>> showHotelInternalMessageWithHttpInfo(String hotelIdentifier, String hotelInternalMessageIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showHotelInternalMessages
public reactor.core.publisher.Flux<HotelInternalMessageView> showHotelInternalMessages(String hotelIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show hotel internal messages Retrieve all the internal messages for this hotel503 - 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 parameteraccept- The accept parameter- Returns:
- List<HotelInternalMessageView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showHotelInternalMessagesWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<HotelInternalMessageView>>> showHotelInternalMessagesWithHttpInfo(String hotelIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
showUnreadMessageCount
public reactor.core.publisher.Mono<CountResponse> showUnreadMessageCount(String hotelIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show unread message count Retrieve count of unread messages503 - 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 parameteraccept- The accept parameter- Returns:
- CountResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUnreadMessageCountWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponse>> showUnreadMessageCountWithHttpInfo(String hotelIdentifier, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-
updateHotelInternalMessage
public reactor.core.publisher.Mono<HotelInternalMessageView> updateHotelInternalMessage(String hotelIdentifier, String hotelInternalMessageIdentifier, HotelInternalMessage hotelInternalMessage) throws org.springframework.web.reactive.function.client.WebClientResponseException Update hotel internal message Update internal message by id503 - 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 parameterhotelInternalMessageIdentifier- The hotelInternalMessageIdentifier parameterhotelInternalMessage- The hotelInternalMessage parameter- Returns:
- HotelInternalMessageView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateHotelInternalMessageWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelInternalMessageView>> updateHotelInternalMessageWithHttpInfo(String hotelIdentifier, String hotelInternalMessageIdentifier, HotelInternalMessage hotelInternalMessage) throws org.springframework.web.reactive.function.client.WebClientResponseException - Throws:
org.springframework.web.reactive.function.client.WebClientResponseException
-