Uses of Class
travel.wink.sdk.inventory.model.ConsumableSellerUrlNonAuthenticatedEntity
Packages that use ConsumableSellerUrlNonAuthenticatedEntity
-
Uses of ConsumableSellerUrlNonAuthenticatedEntity in travel.wink.sdk.inventory.api
Methods in travel.wink.sdk.inventory.api that return types with arguments of type ConsumableSellerUrlNonAuthenticatedEntityModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ConsumableSellerUrlNonAuthenticatedEntity> ShareableLinkApi.oauth2ShowConsumableUrl(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String winkVersion) Show Shareable Link (OAuth2) Retrieve a shareable link by its unique codereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConsumableSellerUrlNonAuthenticatedEntity>> ShareableLinkApi.oauth2ShowConsumableUrlWithHttpInfo(String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String winkVersion) Show Shareable Link (OAuth2) Retrieve a shareable link by its unique codereactor.core.publisher.Mono<ConsumableSellerUrlNonAuthenticatedEntity> ShareableLinkApi.showConsumableUrl(String companyIdentifier, String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String winkVersion) Show Shareable Link Retrieve a shareable link by its unique codereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<ConsumableSellerUrlNonAuthenticatedEntity>> ShareableLinkApi.showConsumableUrlWithHttpInfo(String companyIdentifier, String code, UserSessionNonAuthenticatedEntity userSessionNonAuthenticatedEntity, String cid, String winkVersion) Show Shareable Link Retrieve a shareable link by its unique code -
Uses of ConsumableSellerUrlNonAuthenticatedEntity in travel.wink.sdk.inventory.model
Methods in travel.wink.sdk.inventory.model that return ConsumableSellerUrlNonAuthenticatedEntityModifier and TypeMethodDescriptionConsumableSellerUrlNonAuthenticatedEntity.countryName(String countryName) ConsumableSellerUrlNonAuthenticatedEntity.description(String description) ConsumableSellerUrlNonAuthenticatedEntity.facebookAppId(String facebookAppId) ConsumableSellerUrlNonAuthenticatedEntity.image(SellerMediaNonAuthenticatedEntity image) ConsumableSellerUrlNonAuthenticatedEntity.inventoryType(ConsumableSellerUrlNonAuthenticatedEntity.InventoryTypeEnum inventoryType) ConsumableSellerUrlNonAuthenticatedEntity.price(SellerUrlPriceNonAuthenticatedEntity price) ConsumableSellerUrlNonAuthenticatedEntity.supplierBrand(String supplierBrand) ConsumableSellerUrlNonAuthenticatedEntity.supplierIdentifier(String supplierIdentifier) ConsumableSellerUrlNonAuthenticatedEntity.supplierName(String supplierName) ConsumableSellerUrlNonAuthenticatedEntity.supplierUrlName(String supplierUrlName) ConsumableSellerUrlNonAuthenticatedEntity.transactUrl(String transactUrl) ConsumableSellerUrlNonAuthenticatedEntity.twitterAccount(String twitterAccount) ConsumableSellerUrlNonAuthenticatedEntity.video(SellerMediaNonAuthenticatedEntity video)