Uses of Class
travel.wink.sdk.extranet.model.Bundle
Packages that use Bundle
-
Uses of Bundle in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type BundleModifier and TypeMethodDescriptionreactor.core.publisher.Mono<BundleView>PackageApi.savePackage(String hotelIdentifier, Bundle bundle) Create Package Create a new packagereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BundleView>>PackageApi.savePackageWithHttpInfo(String hotelIdentifier, Bundle bundle) reactor.core.publisher.Mono<BundleView>PackageApi.updatePackage(String hotelIdentifier, String packageIdentifier, Bundle bundle) Update Package Update an existing packagereactor.core.publisher.Mono<org.springframework.http.ResponseEntity<BundleView>>PackageApi.updatePackageWithHttpInfo(String hotelIdentifier, String packageIdentifier, Bundle bundle) -
Uses of Bundle in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BundleModifier and TypeMethodDescriptionBundle.addDescriptionsItem(SimpleDescription descriptionsItem) Bundle.addDisabilityFeaturesItem(String disabilityFeaturesItem) Bundle.addItemDescriptionsItem(SimpleDescription itemDescriptionsItem) Bundle.addMultimediasItem(Multimedia multimediasItem) Bundle.address(AddressDto address) Bundle.addSecurityFeaturesItem(String securityFeaturesItem) Bundle.addSocialsItem(Social socialsItem) Bundle.applicableEnd(LocalDate applicableEnd) Bundle.applicableStart(LocalDate applicableStart) Bundle.commissionable(Boolean commissionable) Bundle.contact(ContactDto contact) Bundle.daysOfWeek(RatePlanRequiredDaysOfWeek daysOfWeek) Bundle.descriptions(List<SimpleDescription> descriptions) Bundle.disabilityFeatures(List<String> disabilityFeatures) Bundle.featuredInd(Boolean featuredInd) @NotNull @Valid BundleBundleView.getBundle()Get bundle@Valid BundlePackageOffer.getBundle()Get bundleBundle.hotelIdentifier(String hotelIdentifier) Bundle.identifier(String identifier) Bundle.itemDescriptions(List<SimpleDescription> itemDescriptions) Bundle.lifestyleType(Bundle.LifestyleTypeEnum lifestyleType) Bundle.location(GeoJsonPoint location) Bundle.minAgeAppropriateCode(String minAgeAppropriateCode) Bundle.multimedias(List<Multimedia> multimedias) Bundle.numberOfUnits(Integer numberOfUnits) Bundle.percentDiscount(Double percentDiscount) Bundle.pricingType(Bundle.PricingTypeEnum pricingType) Bundle.proximityCode(String proximityCode) Bundle.ratePlanIdentifier(String ratePlanIdentifier) Bundle.reservationRequiredInd(Boolean reservationRequiredInd) Bundle.securityFeatures(List<String> securityFeatures) Methods in travel.wink.sdk.extranet.model with parameters of type BundleModifier and TypeMethodDescriptionvoidvoid