Uses of Class
travel.wink.sdk.affiliate.model.StaticSellerListAffiliate
Packages that use StaticSellerListAffiliate
-
Uses of StaticSellerListAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type StaticSellerListAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListWrapperAffiliate>InventoryGridsApi.updateCuratedList(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapperAffiliate>>InventoryGridsApi.updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) -
Uses of StaticSellerListAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return StaticSellerListAffiliateModifier and TypeMethodDescription@Valid StaticSellerListAffiliateStaticSellerListItemAffiliate.getParent()Get parent@Valid StaticSellerListAffiliateStaticSellerListViewAffiliate.getStaticSellerList()Get staticSellerListStaticSellerListAffiliate.identifier(UUID identifier) StaticSellerListAffiliate.ownerIdentifier(UUID ownerIdentifier) StaticSellerListAffiliate.type(StaticSellerListAffiliate.TypeEnum type) Methods in travel.wink.sdk.affiliate.model with parameters of type StaticSellerListAffiliateModifier and TypeMethodDescriptionStaticSellerListItemAffiliate.parent(StaticSellerListAffiliate parent) voidStaticSellerListItemAffiliate.setParent(StaticSellerListAffiliate parent) voidStaticSellerListViewAffiliate.setStaticSellerList(StaticSellerListAffiliate staticSellerList) StaticSellerListViewAffiliate.staticSellerList(StaticSellerListAffiliate staticSellerList)