Uses of Class
travel.wink.sdk.booking.model.UpsertShoppingCartItemRequestAuthenticatedEntity
Packages that use UpsertShoppingCartItemRequestAuthenticatedEntity
-
Uses of UpsertShoppingCartItemRequestAuthenticatedEntity in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api with parameters of type UpsertShoppingCartItemRequestAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RealtimeShoppingCartAuthenticatedEntity> ShoppingCartApi.createCart(UpsertShoppingCartItemRequestAuthenticatedEntity upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Create Shopping Cart Creates a shopping cart and adds item.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RealtimeShoppingCartAuthenticatedEntity>> ShoppingCartApi.createCartWithHttpInfo(UpsertShoppingCartItemRequestAuthenticatedEntity upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Create Shopping Cart Creates a shopping cart and adds item.org.springframework.web.reactive.function.client.WebClient.ResponseSpecShoppingCartApi.createCartWithResponseSpec(UpsertShoppingCartItemRequestAuthenticatedEntity upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Create Shopping Cart Creates a shopping cart and adds item.reactor.core.publisher.Mono<RealtimeShoppingCartAuthenticatedEntity> ShoppingCartApi.updateCartItem(String shoppingCartIdentifier, String shoppingCartItemIdentifier, UpsertShoppingCartItemRequestAuthenticatedEntity upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Update Shopping Cart Item Updates item in shopping cart.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RealtimeShoppingCartAuthenticatedEntity>> ShoppingCartApi.updateCartItemWithHttpInfo(String shoppingCartIdentifier, String shoppingCartItemIdentifier, UpsertShoppingCartItemRequestAuthenticatedEntity upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Update Shopping Cart Item Updates item in shopping cart.org.springframework.web.reactive.function.client.WebClient.ResponseSpecShoppingCartApi.updateCartItemWithResponseSpec(String shoppingCartIdentifier, String shoppingCartItemIdentifier, UpsertShoppingCartItemRequestAuthenticatedEntity upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Update Shopping Cart Item Updates item in shopping cart.Method parameters in travel.wink.sdk.booking.api with type arguments of type UpsertShoppingCartItemRequestAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Flux<RealtimeShoppingCartAuthenticatedEntity> ShoppingCartApi.createCarts(List<@Valid UpsertShoppingCartItemRequestAuthenticatedEntity> upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Create Shopping Carts Creates shopping carts and adds an item to each.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RealtimeShoppingCartAuthenticatedEntity>>> ShoppingCartApi.createCartsWithHttpInfo(List<@Valid UpsertShoppingCartItemRequestAuthenticatedEntity> upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Create Shopping Carts Creates shopping carts and adds an item to each.org.springframework.web.reactive.function.client.WebClient.ResponseSpecShoppingCartApi.createCartsWithResponseSpec(List<@Valid UpsertShoppingCartItemRequestAuthenticatedEntity> upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Create Shopping Carts Creates shopping carts and adds an item to each. -
Uses of UpsertShoppingCartItemRequestAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return UpsertShoppingCartItemRequestAuthenticatedEntityModifier and TypeMethodDescriptionUpsertShoppingCartItemRequestAuthenticatedEntity.addAncillariesItem(Object ancillariesItem) UpsertShoppingCartItemRequestAuthenticatedEntity.addPromotionalCodesItem(Object promotionalCodesItem) UpsertShoppingCartItemRequestAuthenticatedEntity.ancillaries(List<Object> ancillaries) UpsertShoppingCartItemRequestAuthenticatedEntity.bedroomConfigurationIdentifier(String bedroomConfigurationIdentifier) UpsertShoppingCartItemRequestAuthenticatedEntity.engineConfigurationIdentifier(String engineConfigurationIdentifier) UpsertShoppingCartItemRequestAuthenticatedEntity.hotelIdentifier(UUID hotelIdentifier) UpsertShoppingCartItemRequestAuthenticatedEntity.lifestyle(UpsertShoppingCartItemRequestAuthenticatedEntity.LifestyleEnum lifestyle) UpsertShoppingCartItemRequestAuthenticatedEntity.promotionalCodes(List<Object> promotionalCodes) UpsertShoppingCartItemRequestAuthenticatedEntity.roomConfiguration(RoomConfigurationAuthenticatedEntity roomConfiguration) UpsertShoppingCartItemRequestAuthenticatedEntity.roomRateIdentifier(UUID roomRateIdentifier) UpsertShoppingCartItemRequestAuthenticatedEntity.specialRequests(String specialRequests) UpsertShoppingCartItemRequestAuthenticatedEntity.user(BookingUserRequestAuthenticatedEntity user)