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, UpsertSellerInventoryItemRequestAffiliate upsertSellerInventoryItemRequestAffiliate, String winkVersion) Create Card Create a new inventory cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemViewAffiliate>> InventoryCardsApi.createSellerInventoryItemWithHttpInfo(String companyIdentifier, UpsertSellerInventoryItemRequestAffiliate upsertSellerInventoryItemRequestAffiliate, String winkVersion) Create Card Create a new inventory cardreactor.core.publisher.Mono<SellerInventoryItemViewAffiliate> InventoryCardsApi.createSupplierSellerInventoryItem(String companyIdentifier, UpsertSupplierSellerInventoryItemRequestAffiliate upsertSupplierSellerInventoryItemRequestAffiliate, String winkVersion) Create Supplier Card Creates a new inventory card for a supplier showing the best priced room.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemViewAffiliate>> InventoryCardsApi.createSupplierSellerInventoryItemWithHttpInfo(String companyIdentifier, UpsertSupplierSellerInventoryItemRequestAffiliate upsertSupplierSellerInventoryItemRequestAffiliate, String winkVersion) Create Supplier Card Creates a new inventory card for a supplier showing the best priced room.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) Show Inventory Cards Retrieve a list of all inventory cards for company.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemViewAffiliate>> InventoryCardsApi.showSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, String winkVersion) Show Card Retrieve a single inventory card.reactor.core.publisher.Mono<SellerInventoryItemViewAffiliate> InventoryCardsApi.updateSellerInventoryItem(String companyIdentifier, String inventoryIdentifier, UpsertSellerInventoryItemRequestAffiliate upsertSellerInventoryItemRequestAffiliate, String winkVersion) Update Card Update an existing cardreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerInventoryItemViewAffiliate>> InventoryCardsApi.updateSellerInventoryItemWithHttpInfo(String companyIdentifier, String inventoryIdentifier, UpsertSellerInventoryItemRequestAffiliate upsertSellerInventoryItemRequestAffiliate, String winkVersion) Update Card Update an existing card -
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)