Uses of Class
travel.wink.sdk.affiliate.model.SellerInventoryItemView
Packages that use SellerInventoryItemView
-
Uses of SellerInventoryItemView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SellerInventoryItemViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerInventoryItemView>InventoryCardsApi.createSellerInventoryItem(String companyIdentifier, SellerInventoryItem sellerInventoryItem) Create Card Create a new inventory cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>>InventoryCardsApi.createSellerInventoryItemWithHttpInfo(String companyIdentifier, SellerInventoryItem sellerInventoryItem) reactor.core.publisher.Mono<SellerInventoryItemView>InventoryCardsApi.showSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, String accept) Show Card Retrieve a single inventory card.reactor.core.publisher.Flux<SellerInventoryItemView>InventoryCardsApi.showSellerInventoryItemsForCompany(String companyIdentifier, String accept) Show Inventory Cards Retrieve a list of all inventory cards for company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerInventoryItemView>>>InventoryCardsApi.showSellerInventoryItemsForCompanyWithHttpInfo(String companyIdentifier, String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>>InventoryCardsApi.showSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, String accept) reactor.core.publisher.Mono<SellerInventoryItemView>InventoryCardsApi.updateSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, SellerInventoryItem sellerInventoryItem) Update Card Update an existing cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemView>>InventoryCardsApi.updateSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, SellerInventoryItem sellerInventoryItem) -
Uses of SellerInventoryItemView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SellerInventoryItemViewModifier and TypeMethodDescriptionSellerInventoryItemView.sellerInventoryItem(SellerInventoryItem sellerInventoryItem)