Uses of Class
travel.wink.sdk.extranet.model.RecognitionView
Packages that use RecognitionView
-
Uses of RecognitionView in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type RecognitionViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<RecognitionView>RecognitionApi.createRecognition(String hotelIdentifier, Recognition recognition, String winkVersion) Create Recognition Create a new recognitionreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecognitionView>>RecognitionApi.createRecognitionWithHttpInfo(String hotelIdentifier, Recognition recognition, String winkVersion) reactor.core.publisher.Mono<RecognitionView>RecognitionApi.showRecognition(String hotelIdentifier, String recognitionIdentifier, String winkVersion) Show Recognition Retrieve a recognition by its identifierreactor.core.publisher.Flux<RecognitionView>RecognitionApi.showRecognitions(String hotelIdentifier, String winkVersion) Show Recognitions Retrieve a list of all recognitions for propertyreactor.core.publisher.Flux<RecognitionView>RecognitionApi.showRecognitionsByCategory(String hotelIdentifier, String category, String winkVersion) Show Recognition by Category Retrieve list recognitions by categoryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RecognitionView>>>RecognitionApi.showRecognitionsByCategoryWithHttpInfo(String hotelIdentifier, String category, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<RecognitionView>>>RecognitionApi.showRecognitionsWithHttpInfo(String hotelIdentifier, String winkVersion) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecognitionView>>RecognitionApi.showRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, String winkVersion) reactor.core.publisher.Mono<RecognitionView>RecognitionApi.updateRecognition(String hotelIdentifier, String recognitionIdentifier, Recognition recognition, String winkVersion) Update Recognition Update a recognition by its identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RecognitionView>>RecognitionApi.updateRecognitionWithHttpInfo(String hotelIdentifier, String recognitionIdentifier, Recognition recognition, String winkVersion) -
Uses of RecognitionView in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return RecognitionView