Uses of Class
travel.wink.sdk.extranet.model.SalesChannelRelationshipRequestViewSupplier
Packages that use SalesChannelRelationshipRequestViewSupplier
-
Uses of SalesChannelRelationshipRequestViewSupplier in travel.wink.sdk.extranet.api
Methods in travel.wink.sdk.extranet.api that return types with arguments of type SalesChannelRelationshipRequestViewSupplierModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SalesChannelRelationshipRequestViewSupplier>SalesChannelRelationshipRequestsApi.createSalesChannelRequest(String hotelIdentifier, UpsertSalesChannelRelationshipRequestRequestSupplier upsertSalesChannelRelationshipRequestRequestSupplier, String winkVersion) Create sales channel request Create a new sales channel request.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SalesChannelRelationshipRequestViewSupplier>>SalesChannelRelationshipRequestsApi.createSalesChannelRequestWithHttpInfo(String hotelIdentifier, UpsertSalesChannelRelationshipRequestRequestSupplier upsertSalesChannelRelationshipRequestRequestSupplier, String winkVersion) Create sales channel request Create a new sales channel request.reactor.core.publisher.Mono<SalesChannelRelationshipRequestViewSupplier>SalesChannelRelationshipRequestsApi.removeSalesChannelRequest(String hotelIdentifier, String salesChannelRequestIdentifier, String winkVersion) Reject sales channel request Delete a sales channel requestreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SalesChannelRelationshipRequestViewSupplier>>SalesChannelRelationshipRequestsApi.removeSalesChannelRequestWithHttpInfo(String hotelIdentifier, String salesChannelRequestIdentifier, String winkVersion) Reject sales channel request Delete a sales channel requestreactor.core.publisher.Flux<SalesChannelRelationshipRequestViewSupplier>SalesChannelRelationshipRequestsApi.showSalesChannelRequests(String hotelIdentifier, String winkVersion) Show sales channel requests Retrieve list of all sales channels for this property.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<SalesChannelRelationshipRequestViewSupplier>>>SalesChannelRelationshipRequestsApi.showSalesChannelRequestsWithHttpInfo(String hotelIdentifier, String winkVersion) Show sales channel requests Retrieve list of all sales channels for this property. -
Uses of SalesChannelRelationshipRequestViewSupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return SalesChannelRelationshipRequestViewSupplierModifier and TypeMethodDescriptionSalesChannelRelationshipRequestViewSupplier.request(SalesChannelRelationshipRequestSupplier request)