Uses of Class
travel.wink.sdk.extranet.model.ScheduleItemViewSupplier
Packages that use ScheduleItemViewSupplier
-
Uses of ScheduleItemViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type ScheduleItemViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ScheduleItemViewSupplier> SchedulerApi.createScheduleItem(String hotelIdentifier, String inventoryIdentifier, CreateScheduleItemRequestSupplier createScheduleItemRequestSupplier, 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<ScheduleItemViewSupplier>> SchedulerApi.createScheduleItemWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, CreateScheduleItemRequestSupplier createScheduleItemRequestSupplier, 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.Flux<ScheduleItemViewSupplier> SchedulerApi.showScheduleItems(String hotelIdentifier, String inventoryIdentifier, LocalDateTime start, LocalDateTime end, String winkVersion, 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<ScheduleItemViewSupplier>>> SchedulerApi.showScheduleItemsWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, LocalDateTime start, LocalDateTime end, String winkVersion, String accept) Show Scheduler Items Retrieve list of calendar items for a meeting room, restaurant, spa, activity, attraction or place.reactor.core.publisher.Mono<ScheduleItemViewSupplier> SchedulerApi.updateScheduleItem(String hotelIdentifier, String inventoryIdentifier, String identifier, UpdateScheduleItemRequestSupplier updateScheduleItemRequestSupplier, 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<ScheduleItemViewSupplier>> SchedulerApi.updateScheduleItemWithHttpInfo(String hotelIdentifier, String inventoryIdentifier, String identifier, UpdateScheduleItemRequestSupplier updateScheduleItemRequestSupplier, String winkVersion) Update Scheduler Item Update an existing calendar item for any travel inventory such as meeting room, restaurant, spa, activity, attraction or place. -
Uses of ScheduleItemViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return ScheduleItemViewSupplier