Uses of Class
travel.wink.sdk.affiliate.model.StaticSellerList
Packages that use StaticSellerList
-
Uses of StaticSellerList in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type StaticSellerListModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListWrapper>InventoryGridsApi.updateCuratedList(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) Update Curated List Update curated list by its unique identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<StaticSellerListWrapper>>InventoryGridsApi.updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerList staticSellerList) -
Uses of StaticSellerList in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return StaticSellerListModifier and TypeMethodDescription@Valid StaticSellerListStaticSellerListItem.getParent()Get parent@Valid StaticSellerListStaticSellerListView.getStaticSellerList()Get staticSellerListStaticSellerList.identifier(UUID identifier) StaticSellerList.ownerIdentifier(UUID ownerIdentifier) StaticSellerList.type(StaticSellerList.TypeEnum type) Methods in travel.wink.sdk.affiliate.model with parameters of type StaticSellerListModifier and TypeMethodDescriptionStaticSellerListItem.parent(StaticSellerList parent) voidStaticSellerListItem.setParent(StaticSellerList parent) voidStaticSellerListView.setStaticSellerList(StaticSellerList staticSellerList) StaticSellerListView.staticSellerList(StaticSellerList staticSellerList)