Uses of Class
travel.wink.sdk.travel.agent.model.StateAgent
Packages that use StateAgent
-
Uses of StateAgent in travel.wink.sdk.travel.agent.api
Methods in travel.wink.sdk.travel.agent.api with parameters of type StateAgentModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingViewAgent> TravelAgentApi.showBookingGridAsTravelAgent(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the company that helped create those booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewAgent>> TravelAgentApi.showBookingGridAsTravelAgentWithHttpInfo(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the company that helped create those booking.org.springframework.web.reactive.function.client.WebClient.ResponseSpecTravelAgentApi.showBookingGridAsTravelAgentWithResponseSpec(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the company that helped create those booking. -
Uses of StateAgent in travel.wink.sdk.travel.agent.model
Methods in travel.wink.sdk.travel.agent.model that return StateAgentModifier and TypeMethodDescriptionStateAgent.addGroupItem(GroupDescriptorAgent groupItem) StateAgent.addSortItem(SortDescriptorAgent sortItem) StateAgent.filter(CompositeFilterDescriptorAgent filter) StateAgent.group(List<GroupDescriptorAgent> group) StateAgent.sort(List<SortDescriptorAgent> sort)