Class MeetingRoomApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<MeetingRoomViewSupplier> createMeetingRoom(String hotelIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) Create Meeting Room Create a new meeting roomreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> createMeetingRoomWithHttpInfo(String hotelIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) Create Meeting Room Create a new meeting roomorg.springframework.web.reactive.function.client.WebClient.ResponseSpeccreateMeetingRoomWithResponseSpec(String hotelIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) Create Meeting Room Create a new meeting roomreactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeMeetingRoom(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) Delete Meeting Room Remove a meeting room by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> removeMeetingRoomWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) Delete Meeting Room Remove a meeting room by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveMeetingRoomWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) Delete Meeting Room Remove a meeting room by its identifierreactor.core.publisher.Mono<MeetingRoomViewSupplier> removeMultimedia4(String hotelIdentifier, String meetingRoomIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove a meeting room's video or image by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> removeMultimedia4WithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove a meeting room's video or image by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveMultimedia4WithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, String multimediaIdentifier, String winkVersion, String accept) Delete Multimedia Remove a meeting room's video or image by its identifiervoidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<MeetingRoomViewSupplier> showMeetingRoom(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) Show Meeting Room Retrieve a meeting room by its identifierreactor.core.publisher.Flux<KeyValuePairSupplier> showMeetingRoomPairs(String hotelIdentifier, String winkVersion, String accept) Show Reference Pairs Retrieve list of meeting rooms as key/value pairs (identifier, name)reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showMeetingRoomPairsWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) Show Reference Pairs Retrieve list of meeting rooms as key/value pairs (identifier, name)org.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMeetingRoomPairsWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) Show Reference Pairs Retrieve list of meeting rooms as key/value pairs (identifier, name)reactor.core.publisher.Flux<MeetingRoomViewSupplier> showMeetingRooms(String hotelIdentifier, String winkVersion, String accept) Show Meeting Rooms Retrieve list of meeting roomsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MeetingRoomViewSupplier>>> showMeetingRoomsWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) Show Meeting Rooms Retrieve list of meeting roomsorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMeetingRoomsWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) Show Meeting Rooms Retrieve list of meeting roomsreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> showMeetingRoomWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) Show Meeting Room Retrieve a meeting room by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowMeetingRoomWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) Show Meeting Room Retrieve a meeting room by its identifierreactor.core.publisher.Mono<MeetingRoomViewSupplier> updateMeetingRoom(String hotelIdentifier, String meetingRoomIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) Update Meeting Room Update a meeting room by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> updateMeetingRoomWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) Update Meeting Room Update a meeting room by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecupdateMeetingRoomWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) Update Meeting Room Update a meeting room by its identifierreactor.core.publisher.Mono<MeetingRoomViewSupplier> uploadMeetingRoomMedia(String hotelIdentifier, String meetingRoomIdentifier, List<File> files) Upload Binary Multimedia Upload binary videos and/or images to a meeting room identified by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> uploadMeetingRoomMediaWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, List<File> files) Upload Binary Multimedia Upload binary videos and/or images to a meeting room identified by its identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecuploadMeetingRoomMediaWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, List<File> files) Upload Binary Multimedia Upload binary videos and/or images to a meeting room identified by its identifier.
-
Constructor Details
-
MeetingRoomApi
public MeetingRoomApi() -
MeetingRoomApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
createMeetingRoom
public reactor.core.publisher.Mono<MeetingRoomViewSupplier> createMeetingRoom(String hotelIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Meeting Room Create a new meeting room403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
201 - Created
- Parameters:
hotelIdentifier- Create a new meeting room record and associate it with this hotel identifierupsertMeetingRoomRequestSupplier- The upsertMeetingRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- MeetingRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createMeetingRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> createMeetingRoomWithHttpInfo(String hotelIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Meeting Room Create a new meeting room403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
201 - Created
- Parameters:
hotelIdentifier- Create a new meeting room record and associate it with this hotel identifierupsertMeetingRoomRequestSupplier- The upsertMeetingRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<MeetingRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
createMeetingRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec createMeetingRoomWithResponseSpec(String hotelIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Create Meeting Room Create a new meeting room403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
201 - Created
- Parameters:
hotelIdentifier- Create a new meeting room record and associate it with this hotel identifierupsertMeetingRoomRequestSupplier- The upsertMeetingRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMeetingRoom
public reactor.core.publisher.Mono<RemoveEntryResponseSupplier> removeMeetingRoom(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Meeting Room Remove a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove meeting room associated with this hotel identifiermeetingRoomIdentifier- Remove meeting room with this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RemoveEntryResponseSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMeetingRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseSupplier>> removeMeetingRoomWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Meeting Room Remove a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove meeting room associated with this hotel identifiermeetingRoomIdentifier- Remove meeting room with this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RemoveEntryResponseSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMeetingRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMeetingRoomWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Meeting Room Remove a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove meeting room associated with this hotel identifiermeetingRoomIdentifier- Remove meeting room with this 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
-
removeMultimedia4
public reactor.core.publisher.Mono<MeetingRoomViewSupplier> removeMultimedia4(String hotelIdentifier, String meetingRoomIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove a meeting room's video or image by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove media for meeting room associated with this hotel identifiermeetingRoomIdentifier- Remove media for meeting room with this identifiermultimediaIdentifier- Remove media with this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- MeetingRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia4WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> removeMultimedia4WithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove a meeting room's video or image by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove media for meeting room associated with this hotel identifiermeetingRoomIdentifier- Remove media for meeting room with this identifiermultimediaIdentifier- Remove media with this identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<MeetingRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeMultimedia4WithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeMultimedia4WithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, String multimediaIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Multimedia Remove a meeting room's video or image by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Remove media for meeting room associated with this hotel identifiermeetingRoomIdentifier- Remove media for meeting room with this identifiermultimediaIdentifier- Remove media with this 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
-
showMeetingRoom
public reactor.core.publisher.Mono<MeetingRoomViewSupplier> showMeetingRoom(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Meeting Room Retrieve a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show a single meeting room owned by this hotel identifiermeetingRoomIdentifier- Show meeting room for identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- MeetingRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMeetingRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> showMeetingRoomWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Meeting Room Retrieve a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show a single meeting room owned by this hotel identifiermeetingRoomIdentifier- Show meeting room for identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<MeetingRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMeetingRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMeetingRoomWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Meeting Room Retrieve a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show a single meeting room owned by this hotel identifiermeetingRoomIdentifier- Show meeting room for 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
-
showMeetingRoomPairs
public reactor.core.publisher.Flux<KeyValuePairSupplier> showMeetingRoomPairs(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of meeting rooms as key/value pairs (identifier, name)403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show meeting room key/value pairs associated with this hotel identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<KeyValuePairSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMeetingRoomPairsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<KeyValuePairSupplier>>> showMeetingRoomPairsWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of meeting rooms as key/value pairs (identifier, name)403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show meeting room key/value pairs associated with this hotel identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<KeyValuePairSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMeetingRoomPairsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMeetingRoomPairsWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Reference Pairs Retrieve list of meeting rooms as key/value pairs (identifier, name)403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show meeting room key/value pairs associated with this hotel 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
-
showMeetingRooms
public reactor.core.publisher.Flux<MeetingRoomViewSupplier> showMeetingRooms(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Meeting Rooms Retrieve list of meeting rooms403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show meeting rooms associated with this hotel identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<MeetingRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMeetingRoomsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<MeetingRoomViewSupplier>>> showMeetingRoomsWithHttpInfo(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Meeting Rooms Retrieve list of meeting rooms403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show meeting rooms associated with this hotel identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<MeetingRoomViewSupplier>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showMeetingRoomsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showMeetingRoomsWithResponseSpec(String hotelIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Meeting Rooms Retrieve list of meeting rooms403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Show meeting rooms associated with this hotel 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
-
updateMeetingRoom
public reactor.core.publisher.Mono<MeetingRoomViewSupplier> updateMeetingRoom(String hotelIdentifier, String meetingRoomIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Meeting Room Update a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Update a meeting room owned by this hotel identifiermeetingRoomIdentifier- Update meeting room with this identifierupsertMeetingRoomRequestSupplier- The upsertMeetingRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- MeetingRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMeetingRoomWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> updateMeetingRoomWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Meeting Room Update a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Update a meeting room owned by this hotel identifiermeetingRoomIdentifier- Update meeting room with this identifierupsertMeetingRoomRequestSupplier- The upsertMeetingRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<MeetingRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
updateMeetingRoomWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec updateMeetingRoomWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, UpsertMeetingRoomRequestSupplier upsertMeetingRoomRequestSupplier, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Update Meeting Room Update a meeting room by its identifier403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
200 - OK
- Parameters:
hotelIdentifier- Update a meeting room owned by this hotel identifiermeetingRoomIdentifier- Update meeting room with this identifierupsertMeetingRoomRequestSupplier- The upsertMeetingRoomRequestSupplier parameterwinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadMeetingRoomMedia
public reactor.core.publisher.Mono<MeetingRoomViewSupplier> uploadMeetingRoomMedia(String hotelIdentifier, String meetingRoomIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload binary videos and/or images to a meeting room identified by its identifier. Valid file types: .gif, .jpg, .jpeg, .png, .bmp, .tif, .tiff, .avi, .mpeg, .mov, .mp4, .mkv.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload binary media for meeting room associated with this hotel identifiermeetingRoomIdentifier- Upload binary media for meeting room with this identifierfiles- The files parameter- Returns:
- MeetingRoomViewSupplier
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadMeetingRoomMediaWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<MeetingRoomViewSupplier>> uploadMeetingRoomMediaWithHttpInfo(String hotelIdentifier, String meetingRoomIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload binary videos and/or images to a meeting room identified by its identifier. Valid file types: .gif, .jpg, .jpeg, .png, .bmp, .tif, .tiff, .avi, .mpeg, .mov, .mp4, .mkv.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload binary media for meeting room associated with this hotel identifiermeetingRoomIdentifier- Upload binary media for meeting room with this identifierfiles- The files parameter- Returns:
- ResponseEntity<MeetingRoomViewSupplier>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
uploadMeetingRoomMediaWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec uploadMeetingRoomMediaWithResponseSpec(String hotelIdentifier, String meetingRoomIdentifier, List<File> files) throws org.springframework.web.reactive.function.client.WebClientResponseException Upload Binary Multimedia Upload binary videos and/or images to a meeting room identified by its identifier. Valid file types: .gif, .jpg, .jpeg, .png, .bmp, .tif, .tiff, .avi, .mpeg, .mov, .mp4, .mkv.403 - Forbidden
401 - Unauthorized
400 - Bad Request
500 - Internal Server Error
207 - Multi-Status
- Parameters:
hotelIdentifier- Upload binary media for meeting room associated with this hotel identifiermeetingRoomIdentifier- Upload binary media for meeting room 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
-