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