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