Uses of Class
travel.wink.sdk.affiliate.model.SyndicationCategoryAffiliate
Packages that use SyndicationCategoryAffiliate
-
Uses of SyndicationCategoryAffiliate in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SyndicationCategoryAffiliateModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SyndicationCategoryAffiliate> SyndicationEntryPublisherApi.createSyndicationCategory(String companyIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) Create syndication category Creates a new syndication category.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationCategoryAffiliate>> SyndicationEntryPublisherApi.createSyndicationCategoryWithHttpInfo(String companyIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) Create syndication category Creates a new syndication category.reactor.core.publisher.Mono<SyndicationCategoryAffiliate> SyndicationEntryPublisherApi.showSyndicationCategory(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) Show WinkLinks category Retrieve syndication category.reactor.core.publisher.Flux<SyndicationCategoryAffiliate> SyndicationEntryPublisherApi.showSyndicationCategoryList(String companyIdentifier, String winkVersion) Show WinkLinks list Retrieve list of syndication categories.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SyndicationCategoryAffiliate>>> SyndicationEntryPublisherApi.showSyndicationCategoryListWithHttpInfo(String companyIdentifier, String winkVersion) Show WinkLinks list Retrieve list of syndication categories.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationCategoryAffiliate>> SyndicationEntryPublisherApi.showSyndicationCategoryWithHttpInfo(String companyIdentifier, String syndicationCategoryIdentifier, String winkVersion) Show WinkLinks category Retrieve syndication category.reactor.core.publisher.Mono<SyndicationCategoryAffiliate> SyndicationEntryPublisherApi.updateSyndicationCategory(String companyIdentifier, String syndicationCategoryIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) Update syndication category Updates an existing syndication category.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SyndicationCategoryAffiliate>> SyndicationEntryPublisherApi.updateSyndicationCategoryWithHttpInfo(String companyIdentifier, String syndicationCategoryIdentifier, UpsertSyndicationCategoryAffiliate upsertSyndicationCategoryAffiliate, String winkVersion) Update syndication category Updates an existing syndication category. -
Uses of SyndicationCategoryAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SyndicationCategoryAffiliateModifier and TypeMethodDescriptionSyndicationCategoryAffiliate.createdDate(LocalDateTime createdDate) SyndicationCategoryAffiliate.lastUpdate(LocalDateTime lastUpdate) SyndicationCategoryAffiliate.ownerIdentifier(UUID ownerIdentifier) SyndicationCategoryAffiliate.userIdentifier(UUID userIdentifier)