Uses of Class
travel.wink.sdk.booking.model.RealtimeShoppingCartAuthenticatedEntity
Packages that use RealtimeShoppingCartAuthenticatedEntity
-
Uses of RealtimeShoppingCartAuthenticatedEntity in travel.wink.sdk.booking.api
Methods in travel.wink.sdk.booking.api that return types with arguments of type RealtimeShoppingCartAuthenticatedEntityModifier 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.Flux<RealtimeShoppingCartAuthenticatedEntity> ShoppingCartApi.createCarts(List<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<UpsertShoppingCartItemRequestAuthenticatedEntity> upsertShoppingCartItemRequestAuthenticatedEntity, String winkVersion) Create Shopping Carts Creates shopping carts and adds an item to each.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.reactor.core.publisher.Mono<RealtimeShoppingCartAuthenticatedEntity> ShoppingCartApi.deleteCartItem(String shoppingCartIdentifier, String shoppingCartItemIdentifier, String winkVersion, String accept) Remove Shopping Cart Item Remove item from cartreactor.core.publisher.Mono<RealtimeShoppingCartAuthenticatedEntity> ShoppingCartApi.deleteCartItemAncillary(String shoppingCartIdentifier, String shoppingCartItemIdentifier, String shoppingCartItemAncillaryIdentifier, String winkVersion, String accept) Remove Shopping Cart Item Ancillary Remove item ancillary from cartreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RealtimeShoppingCartAuthenticatedEntity>> ShoppingCartApi.deleteCartItemAncillaryWithHttpInfo(String shoppingCartIdentifier, String shoppingCartItemIdentifier, String shoppingCartItemAncillaryIdentifier, String winkVersion, String accept) Remove Shopping Cart Item Ancillary Remove item ancillary from cartreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RealtimeShoppingCartAuthenticatedEntity>> ShoppingCartApi.deleteCartItemWithHttpInfo(String shoppingCartIdentifier, String shoppingCartItemIdentifier, String winkVersion, String accept) Remove Shopping Cart Item Remove item from cartreactor.core.publisher.Mono<RealtimeShoppingCartAuthenticatedEntity> Empty Shopping Cart Empties selected cart.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RealtimeShoppingCartAuthenticatedEntity>> ShoppingCartApi.emptyCartWithHttpInfo(String shoppingCartIdentifier, String winkVersion, String accept) Empty Shopping Cart Empties selected cart.reactor.core.publisher.Mono<RealtimeShoppingCartAuthenticatedEntity> Show Shopping Cart Display user's shopping cartreactor.core.publisher.Flux<RealtimeShoppingCartAuthenticatedEntity> Show Shopping Carts Display all of user's shopping cartreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RealtimeShoppingCartAuthenticatedEntity>>> ShoppingCartApi.showCartsWithHttpInfo(String winkVersion, String accept) Show Shopping Carts Display all of user's shopping cartreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RealtimeShoppingCartAuthenticatedEntity>> ShoppingCartApi.showCartWithHttpInfo(String shoppingCartIdentifier, String winkVersion, String accept) Show Shopping Cart Display user's shopping cartreactor.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. -
Uses of RealtimeShoppingCartAuthenticatedEntity in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RealtimeShoppingCartAuthenticatedEntityModifier and TypeMethodDescriptionRealtimeShoppingCartAuthenticatedEntity.addItemListItem(RealtimeShoppingCartItemAuthenticatedEntity itemListItem) RealtimeShoppingCartAuthenticatedEntity.internalTotal(CustomMonetaryAmount internalTotal) RealtimeShoppingCartAuthenticatedEntity.itemList(List<RealtimeShoppingCartItemAuthenticatedEntity> itemList) RealtimeShoppingCartAuthenticatedEntity.sourceTotal(CustomMonetaryAmount sourceTotal) RealtimeShoppingCartAuthenticatedEntity.userSpecifiedCurrencyTotal(CustomMonetaryAmount userSpecifiedCurrencyTotal)