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.saveScheduleItem(String hotelIdentifier, String inventoryIdentifier, CreateScheduleItemRequest createScheduleItemRequest) 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.saveScheduleItemWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, CreateScheduleItemRequest createScheduleItemRequest) reactor.core.publisher.Flux<ScheduleItemView>SchedulerApi.showScheduleItems(String hotelIdentifier, String inventoryIdentifier, OffsetDateTime start, OffsetDateTime end, String accept) 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, OffsetDateTime start, OffsetDateTime end, String accept) reactor.core.publisher.Mono<ScheduleItemView>SchedulerApi.updateScheduleItem(String hotelIdentifier, String inventoryIdentifier, String identifier, UpdateScheduleItemRequest updateScheduleItemRequest) 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) -
Uses of ScheduleItemView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ScheduleItemView