Class GuestRoomApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<GuestRoomViewSupplier>createGuestRoom(String hotelIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) Create Guest Room create a new room typereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>>createGuestRoomWithHttpInfo(String hotelIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) Create Guest Room create a new room typeorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateGuestRoomWithResponseSpec(String hotelIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) Create Guest Room create a new room typereactor.core.publisher.Mono<GuestRoomViewSupplier>duplicateGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Duplicate Guest Room Create a new duplicate of a room by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>>duplicateGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Duplicate Guest Room Create a new duplicate of a room by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecduplicateGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Duplicate Guest Room Create a new duplicate of a room by its identifierreactor.core.publisher.Mono<GuestRoomRemovableResponse>removableGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Show Guest Room is Removable Check if a room is removable by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomRemovableResponse>>removableGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Show Guest Room is Removable Check if a room is removable by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremovableGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Show Guest Room is Removable Check if a room is removable by its identifierreactor.core.publisher.Mono<RemoveEntryResponse>removeGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Delete Guest Room Remove a room by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>>removeGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Delete Guest Room Remove a room by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Delete Guest Room Remove a room by its identifierreactor.core.publisher.Mono<GuestRoomView>removeMultimedia2(String hotelIdentifier, String guestRoomIdentifier, String multimediaIdentifier, String winkVersion) Delete Guest Room's Multimedia Remove a room's video or image by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomView>>removeMultimedia2WithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String multimediaIdentifier, String winkVersion) Delete Guest Room's Multimedia Remove a room's video or image by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveMultimedia2WithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String multimediaIdentifier, String winkVersion) Delete Guest Room's Multimedia Remove a room's video or image by its identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<GuestRoomViewSupplier>showGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Show Guest Room Retrieve a room type by its identifierreactor.core.publisher.Flux<GuestRoomViewSupplier>showGuestRooms(String hotelIdentifier, String winkVersion) Show Guest Rooms Retrieve list of roomsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GuestRoomViewSupplier>>>showGuestRoomsWithHttpInfo(String hotelIdentifier, String winkVersion) Show Guest Rooms Retrieve list of roomsorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowGuestRoomsWithResponseSpec(String hotelIdentifier, String winkVersion) Show Guest Rooms Retrieve list of roomsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>>showGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Show Guest Room Retrieve a room type by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) Show Guest Room Retrieve a room type by its identifierreactor.core.publisher.Mono<GuestRoomViewSupplier>updateGuestRoom(String hotelIdentifier, String guestRoomIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) Update Guest Room Update a room by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>>updateGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) Update Guest Room Update a room by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) Update Guest Room Update a room by its identifierreactor.core.publisher.Mono<GuestRoomViewSupplier>uploadGuestRoomMedia(String hotelIdentifier, String guestRoomIdentifier, List<File> files) Add Multimedia to Room Uploads a videos and/or images to a room identified by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>>uploadGuestRoomMediaWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, List<File> files) Add Multimedia to Room Uploads a videos and/or images to a room identified by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecuploadGuestRoomMediaWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, List<File> files) Add Multimedia to Room Uploads a videos and/or images to a room identified by its identifier
-
Constructor Details
-
GuestRoomApi
public GuestRoomApi() -
GuestRoomApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createGuestRoom
public reactor.core.publisher.Mono<GuestRoomViewSupplier> createGuestRoom(String hotelIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Guest Room create a new room type503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Create room type owned by this hotel identifierupsertGuestRoomRequestSupplier- The upsertGuestRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- GuestRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createGuestRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>> createGuestRoomWithHttpInfo(String hotelIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Guest Room create a new room type503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Create room type owned by this hotel identifierupsertGuestRoomRequestSupplier- The upsertGuestRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GuestRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createGuestRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createGuestRoomWithResponseSpec(String hotelIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Guest Room create a new room type503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Create room type owned by this hotel identifierupsertGuestRoomRequestSupplier- The upsertGuestRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
duplicateGuestRoom
public reactor.core.publisher.Mono<GuestRoomViewSupplier> duplicateGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Duplicate Guest Room Create a new duplicate of a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Duplicate room type owned by this hotel identifierguestRoomIdentifier- Duplicate room type with this identifierwinkVersion- The winkVersion parameter- Returns:
- GuestRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
duplicateGuestRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>> duplicateGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Duplicate Guest Room Create a new duplicate of a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Duplicate room type owned by this hotel identifierguestRoomIdentifier- Duplicate room type with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GuestRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
duplicateGuestRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec duplicateGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Duplicate Guest Room Create a new duplicate of a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
201 - Created
- Parameters:
hotelIdentifier- Duplicate room type owned by this hotel identifierguestRoomIdentifier- Duplicate room type 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
-
removableGuestRoom
public reactor.core.publisher.Mono<GuestRoomRemovableResponse> removableGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Room is Removable Check if a room is removable by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Verify if room type owned by this hotel identifier is removableguestRoomIdentifier- Verify if room type with this identifier is removablewinkVersion- The winkVersion parameter- Returns:
- GuestRoomRemovableResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removableGuestRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomRemovableResponse>> removableGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Room is Removable Check if a room is removable by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Verify if room type owned by this hotel identifier is removableguestRoomIdentifier- Verify if room type with this identifier is removablewinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GuestRoomRemovableResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removableGuestRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removableGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Room is Removable Check if a room is removable by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Verify if room type owned by this hotel identifier is removableguestRoomIdentifier- Verify if room type with this identifier is removablewinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeGuestRoom
public reactor.core.publisher.Mono<RemoveEntryResponse> removeGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Guest Room Remove a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove room type owned by this hotel identifierguestRoomIdentifier- Remove room type with this identifierwinkVersion- The winkVersion parameter- Returns:
- RemoveEntryResponse
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeGuestRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponse>> removeGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Guest Room Remove a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove room type owned by this hotel identifierguestRoomIdentifier- Remove room type with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<RemoveEntryResponse>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeGuestRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Guest Room Remove a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove room type owned by this hotel identifierguestRoomIdentifier- Remove room type 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
-
removeMultimedia2
public reactor.core.publisher.Mono<GuestRoomView> removeMultimedia2(String hotelIdentifier, String guestRoomIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Guest Room's Multimedia Remove a room's video or image by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove room type media owned by this hotel identifierguestRoomIdentifier- Remove room type media with this identifiermultimediaIdentifier- Remove media with this identifierwinkVersion- The winkVersion parameter- Returns:
- GuestRoomView
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia2WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomView>> removeMultimedia2WithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Guest Room's Multimedia Remove a room's video or image by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove room type media owned by this hotel identifierguestRoomIdentifier- Remove room type media with this identifiermultimediaIdentifier- Remove media with this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GuestRoomView>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia2WithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMultimedia2WithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String multimediaIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Guest Room's Multimedia Remove a room's video or image by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
202 - Accepted
- Parameters:
hotelIdentifier- Remove room type media owned by this hotel identifierguestRoomIdentifier- Remove room type media with this identifiermultimediaIdentifier- Remove media 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
-
showGuestRoom
public reactor.core.publisher.Mono<GuestRoomViewSupplier> showGuestRoom(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Room Retrieve a room type by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show room type owned by this hotel identifierguestRoomIdentifier- Show room type identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- GuestRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showGuestRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>> showGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Room Retrieve a room type by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show room type owned by this hotel identifierguestRoomIdentifier- Show room type identified by this identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GuestRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showGuestRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Room Retrieve a room type by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show room type owned by this hotel identifierguestRoomIdentifier- Show room type identified by 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
-
showGuestRooms
public reactor.core.publisher.Flux<GuestRoomViewSupplier> showGuestRooms(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Rooms Retrieve list of rooms503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of room types owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- List<GuestRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showGuestRoomsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<GuestRoomViewSupplier>>> showGuestRoomsWithHttpInfo(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Rooms Retrieve list of rooms503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of room types owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<List<GuestRoomViewSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showGuestRoomsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showGuestRoomsWithResponseSpec(String hotelIdentifier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Guest Rooms Retrieve list of rooms503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Show list of room types owned by this hotel identifierwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateGuestRoom
public reactor.core.publisher.Mono<GuestRoomViewSupplier> updateGuestRoom(String hotelIdentifier, String guestRoomIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Guest Room Update a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update room type owned by this hotel identifierguestRoomIdentifier- Update room type with this identifierupsertGuestRoomRequestSupplier- The upsertGuestRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- GuestRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateGuestRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>> updateGuestRoomWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Guest Room Update a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update room type owned by this hotel identifierguestRoomIdentifier- Update room type with this identifierupsertGuestRoomRequestSupplier- The upsertGuestRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<GuestRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateGuestRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateGuestRoomWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, UpsertGuestRoomRequestSupplier upsertGuestRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Guest Room Update a room by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
200 - OK
- Parameters:
hotelIdentifier- Update room type owned by this hotel identifierguestRoomIdentifier- Update room type with this identifierupsertGuestRoomRequestSupplier- The upsertGuestRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadGuestRoomMedia
public reactor.core.publisher.Mono<GuestRoomViewSupplier> uploadGuestRoomMedia(String hotelIdentifier, String guestRoomIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Add Multimedia to Room Uploads a videos and/or images to a room identified by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload media for room type owned by this hotel identifierguestRoomIdentifier- Upload media for room type with this identifierfiles- The files parameter- Returns:
- GuestRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadGuestRoomMediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GuestRoomViewSupplier>> uploadGuestRoomMediaWithHttpInfo(String hotelIdentifier, String guestRoomIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Add Multimedia to Room Uploads a videos and/or images to a room identified by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload media for room type owned by this hotel identifierguestRoomIdentifier- Upload media for room type with this identifierfiles- The files parameter- Returns:
- ResponseEntity<GuestRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadGuestRoomMediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec uploadGuestRoomMediaWithResponseSpec(String hotelIdentifier, String guestRoomIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Add Multimedia to Room Uploads a videos and/or images to a room identified by its identifier503 - Service Unavailable
415 - Unsupported Media Type
500 - Internal Server Error
404 - Not Found
403 - Forbidden
401 - Unauthorized
400 - Bad Request
405 - Method Not Allowed
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload media for room type owned by this hotel identifierguestRoomIdentifier- Upload media for room type with this identifierfiles- The files parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-