Uses of Class
travel.wink.sdk.affiliate.model.SellerUrlViewAffiliate
Packages that use SellerUrlViewAffiliate
-
Uses of SellerUrlViewAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SellerUrlViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SellerUrlViewAffiliate>ShareableLinksApi.createSellerUrl(String companyIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Create Link Create a new shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlViewAffiliate>>ShareableLinksApi.createSellerUrlWithHttpInfo(String companyIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) reactor.core.publisher.Mono<SellerUrlViewAffiliate>ShareableLinksApi.showSellerUrl(String companyIdentifier, String sellerUrlIdentifier, String winkVersion) Show Link Retrieve a specific shareable url for this sellerreactor.core.publisher.Flux<SellerUrlViewAffiliate>ShareableLinksApi.showSellerUrls(String companyIdentifier, String winkVersion) Show Links Retrieve list of shareable urls for this sellerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SellerUrlViewAffiliate>>>ShareableLinksApi.showSellerUrlsWithHttpInfo(String companyIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlViewAffiliate>>ShareableLinksApi.showSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, String winkVersion) reactor.core.publisher.Mono<SellerUrlViewAffiliate>ShareableLinksApi.updateSellerUrl(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) Update link Modify a shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SellerUrlViewAffiliate>>ShareableLinksApi.updateSellerUrlWithHttpInfo(String companyIdentifier, String sellerUrlIdentifier, UpsertSellerUrlRequestAffiliate upsertSellerUrlRequestAffiliate, String winkVersion) -
Uses of SellerUrlViewAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SellerUrlViewAffiliateModifier and TypeMethodDescriptionSellerUrlViewAffiliate.createdDate(LocalDateTime createdDate) SellerUrlViewAffiliate.lastUpdate(LocalDateTime lastUpdate) SellerUrlViewAffiliate.sellerUrl(SellerUrlAffiliate sellerUrl)