Uses of Class
travel.wink.sdk.affiliate.model.SupplierUrlViewAffiliate
Packages that use SupplierUrlViewAffiliate
-
Uses of SupplierUrlViewAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SupplierUrlViewAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SupplierUrlViewAffiliate> SupplierLinksApi.createSupplierUrl(String companyIdentifier, UpsertSupplierUrlRequestAffiliate upsertSupplierUrlRequestAffiliate, String winkVersion) Create Link Create a new shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SupplierUrlViewAffiliate>> SupplierLinksApi.createSupplierUrlWithHttpInfo(String companyIdentifier, UpsertSupplierUrlRequestAffiliate upsertSupplierUrlRequestAffiliate, String winkVersion) Create Link Create a new shareable linkreactor.core.publisher.Mono<SupplierUrlViewAffiliate> SupplierLinksApi.showSupplierUrl(String companyIdentifier, String supplierUrlIdentifier, String winkVersion) Show Link Retrieve a specific shareable url for this sellerreactor.core.publisher.Flux<SupplierUrlViewAffiliate> SupplierLinksApi.showSupplierUrls(String companyIdentifier, String winkVersion) Show Links Retrieve list of shareable urls for this sellerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SupplierUrlViewAffiliate>>> SupplierLinksApi.showSupplierUrlsWithHttpInfo(String companyIdentifier, String winkVersion) Show Links Retrieve list of shareable urls for this sellerreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SupplierUrlViewAffiliate>> SupplierLinksApi.showSupplierUrlWithHttpInfo(String companyIdentifier, String supplierUrlIdentifier, String winkVersion) Show Link Retrieve a specific shareable url for this sellerreactor.core.publisher.Mono<SupplierUrlViewAffiliate> SupplierLinksApi.updateSupplierUrl(String companyIdentifier, String supplierUrlIdentifier, UpsertSupplierUrlRequestAffiliate upsertSupplierUrlRequestAffiliate, String winkVersion) Update link Modify a shareable linkreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SupplierUrlViewAffiliate>> SupplierLinksApi.updateSupplierUrlWithHttpInfo(String companyIdentifier, String supplierUrlIdentifier, UpsertSupplierUrlRequestAffiliate upsertSupplierUrlRequestAffiliate, String winkVersion) Update link Modify a shareable link -
Uses of SupplierUrlViewAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SupplierUrlViewAffiliateModifier and TypeMethodDescriptionSupplierUrlViewAffiliate.createdDate(LocalDateTime createdDate) SupplierUrlViewAffiliate.lastUpdate(LocalDateTime lastUpdate) SupplierUrlViewAffiliate.supplierUrl(SupplierUrlAffiliate supplierUrl)