Uses of Class
travel.wink.sdk.extranet.model.UpsertRecognitionSupplier
Packages that use UpsertRecognitionSupplier
-
Uses of UpsertRecognitionSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api with parameters of type UpsertRecognitionSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RecognitionViewSupplier> RecognitionApi.createRecognition(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Create Recognition Create a new requestreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecognitionViewSupplier>> RecognitionApi.createRecognitionWithHttpInfo(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Create Recognition Create a new requestorg.springframework.web.reactive.function.client.WebClient.ResponseSpecRecognitionApi.createRecognitionWithResponseSpec(String hotelIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Create Recognition Create a new requestreactor.core.publisher.Mono<RecognitionViewSupplier> RecognitionApi.updateRecognition(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecognitionViewSupplier>> RecognitionApi.updateRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecRecognitionApi.updateRecognitionWithResponseSpec(String hotelIdentifier, String recognitionIdentifier, UpsertRecognitionSupplier upsertRecognitionSupplier, String winkVersion) Update Recognition Update a recognition by its identifier -
Uses of UpsertRecognitionSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return UpsertRecognitionSupplierModifier and TypeMethodDescriptionUpsertRecognitionSupplier.category(UpsertRecognitionSupplier.CategoryEnum category) UpsertRecognitionSupplier.officialAppointmentInd(Boolean officialAppointmentInd) UpsertRecognitionSupplier.ratingSymbol(String ratingSymbol) UpsertRecognitionSupplier.type(UpsertRecognitionSupplier.TypeEnum type)