Uses of Class
travel.wink.sdk.affiliate.model.SalesChannelRelationshipRequestView
Packages that use SalesChannelRelationshipRequestView
-
Uses of SalesChannelRelationshipRequestView in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api that return types with arguments of type SalesChannelRelationshipRequestViewModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SalesChannelRelationshipRequestView> HotelRelationshipRequestsApi.createPropertyRequest(String companyIdentifier, UpsertSalesChannelRelationshipRequestRequest upsertSalesChannelRelationshipRequestRequest, String winkVersion) Create hotel request Create a new hotel request.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SalesChannelRelationshipRequestView>> HotelRelationshipRequestsApi.createPropertyRequestWithHttpInfo(String companyIdentifier, UpsertSalesChannelRelationshipRequestRequest upsertSalesChannelRelationshipRequestRequest, String winkVersion) Create hotel request Create a new hotel request.reactor.core.publisher.Mono<SalesChannelRelationshipRequestView> HotelRelationshipRequestsApi.reApplyPropertyRequest(String companyIdentifier, String salesChannelRequestIdentifier, String winkVersion) Re-apply hotel request Allows the affiliate to re-apply a previously rejected hotel request after 90 days.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SalesChannelRelationshipRequestView>> HotelRelationshipRequestsApi.reApplyPropertyRequestWithHttpInfo(String companyIdentifier, String salesChannelRequestIdentifier, String winkVersion) Re-apply hotel request Allows the affiliate to re-apply a previously rejected hotel request after 90 days.reactor.core.publisher.Mono<SalesChannelRelationshipRequestView> HotelRelationshipRequestsApi.showPropertyRequest(String companyIdentifier, String supplierIdentifier, String winkVersion) Show hotel request Retrieve a specific hotel request based on a companyId and a supplierId.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<SalesChannelRelationshipRequestView>> HotelRelationshipRequestsApi.showPropertyRequestWithHttpInfo(String companyIdentifier, String supplierIdentifier, String winkVersion) Show hotel request Retrieve a specific hotel request based on a companyId and a supplierId. -
Uses of SalesChannelRelationshipRequestView in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return SalesChannelRelationshipRequestViewModifier and TypeMethodDescriptionSalesChannelRelationshipRequestView.createdDate(LocalDateTime createdDate) SalesChannelRelationshipRequestView.lastUpdate(LocalDateTime lastUpdate) SalesChannelRelationshipRequestView.request(SalesChannelRelationshipRequest request) SalesChannelRelationshipRequestView.user(SalesChannelRelationshipRequest user)