Uses of Class
travel.wink.sdk.affiliate.browse.model.StaticSellerListAffiliate
Packages that use StaticSellerListAffiliate
-
Uses of StaticSellerListAffiliate in travel.wink.sdk.affiliate.browse.api
Methods in travel.wink.sdk.affiliate.browse.api with parameters of type StaticSellerListAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<StaticSellerListWrapperAffiliate> CuratedListApi.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>> CuratedListApi.updateCuratedListWithHttpInfo(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecCuratedListApi.updateCuratedListWithResponseSpec(String companyIdentifier, String listIdentifier, StaticSellerListAffiliate staticSellerListAffiliate, String winkVersion) Update Curated List Update curated list by its unique identifier -
Uses of StaticSellerListAffiliate in travel.wink.sdk.affiliate.browse.model
Methods in travel.wink.sdk.affiliate.browse.model that return StaticSellerListAffiliateModifier and TypeMethodDescription@NotNull @Valid StaticSellerListAffiliateStaticSellerListItemAffiliate.getParent()Get parent@NotNull @Valid StaticSellerListAffiliateStaticSellerListViewAffiliate.getStaticSellerList()Get staticSellerListStaticSellerListAffiliate.identifier(UUID identifier) StaticSellerListAffiliate.ownerIdentifier(UUID ownerIdentifier) StaticSellerListAffiliate.type(StaticSellerListAffiliate.TypeEnum type) Methods in travel.wink.sdk.affiliate.browse.model with parameters of type StaticSellerListAffiliateModifier and TypeMethodDescriptionStaticSellerListItemAffiliate.parent(StaticSellerListAffiliate parent) voidStaticSellerListItemAffiliate.setParent(StaticSellerListAffiliate parent) voidStaticSellerListViewAffiliate.setStaticSellerList(StaticSellerListAffiliate staticSellerList) StaticSellerListViewAffiliate.staticSellerList(StaticSellerListAffiliate staticSellerList)