Uses of Class
travel.wink.sdk.extranet.model.AgreementSupplier
Packages that use AgreementSupplier
-
Uses of AgreementSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type AgreementSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<AgreementSupplier> AgreementApi.showHotelAgreement(String hotelIdentifier, String winkVersion) Show hotel agreement Retrieve hotel's current agreementreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AgreementSupplier>> AgreementApi.showHotelAgreementWithHttpInfo(String hotelIdentifier, String winkVersion) Show hotel agreement Retrieve hotel's current agreementMethods in travel.wink.sdk.extranet.api with parameters of type AgreementSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<HotelViewSupplier> AgreementApi.updateHotelAgreement(String hotelIdentifier, AgreementSupplier agreementSupplier, String winkVersion) Update agreement Update hotel's current agreementreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<HotelViewSupplier>> AgreementApi.updateHotelAgreementWithHttpInfo(String hotelIdentifier, AgreementSupplier agreementSupplier, String winkVersion) Update agreement Update hotel's current agreementorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAgreementApi.updateHotelAgreementWithResponseSpec(String hotelIdentifier, AgreementSupplier agreementSupplier, String winkVersion) Update agreement Update hotel's current agreement -
Uses of AgreementSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return AgreementSupplierModifier and TypeMethodDescriptionAgreementSupplier.agreementAccepted(Boolean agreementAccepted) @NotNull @Valid AgreementSupplierPropertyRegistrationRequestSupplier.getAgreement()Get agreementAgreementSupplier.marketingOptinAllowed(Boolean marketingOptinAllowed) Methods in travel.wink.sdk.extranet.model with parameters of type AgreementSupplierModifier and TypeMethodDescriptionPropertyRegistrationRequestSupplier.agreement(AgreementSupplier agreement) voidPropertyRegistrationRequestSupplier.setAgreement(AgreementSupplier agreement)