Uses of Class
travel.wink.sdk.extranet.model.ScheduleItemView
Packages that use ScheduleItemView
-
Uses of ScheduleItemView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type ScheduleItemViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ScheduleItemView>SchedulerApi.createScheduleItem(String hotelIdentifier, String inventoryIdentifier, CreateScheduleItemRequest createScheduleItemRequest, String winkVersion) Create Scheduler Item Create a calendar item for any travel inventory such as meeting room, restaurant, spa, activity, attraction or place.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ScheduleItemView>>SchedulerApi.createScheduleItemWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, CreateScheduleItemRequest createScheduleItemRequest, String winkVersion) reactor.core.publisher.Flux<ScheduleItemView>SchedulerApi.showScheduleItems(String hotelIdentifier, String inventoryIdentifier, LocalDateTime start, LocalDateTime end, String winkVersion) Show Scheduler Items Retrieve list of calendar items for a meeting room, restaurant, spa, activity, attraction or place.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<ScheduleItemView>>>SchedulerApi.showScheduleItemsWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, LocalDateTime start, LocalDateTime end, String winkVersion) reactor.core.publisher.Mono<ScheduleItemView>SchedulerApi.updateScheduleItem(String hotelIdentifier, String inventoryIdentifier, String identifier, UpdateScheduleItemRequest updateScheduleItemRequest, String winkVersion) Update Scheduler Item Update an existing calendar item for any travel inventory such as meeting room, restaurant, spa, activity, attraction or place.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ScheduleItemView>>SchedulerApi.updateScheduleItemWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String identifier, UpdateScheduleItemRequest updateScheduleItemRequest, String winkVersion) -
Uses of ScheduleItemView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ScheduleItemView