Uses of Class
travel.wink.sdk.affiliate.model.StateAgent
Packages that use StateAgent
-
Uses of StateAgent in travel.wink.sdk.affiliate.api
Methods in travel.wink.sdk.affiliate.api with parameters of type StateAgentModifier and TypeMethodDescriptionreactor.core.publisher.Mono<PageBookingViewAgent> BookingsApi.showBookingGridAsTravelAgent(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<PageBookingViewAgent>> BookingsApi.showBookingGridAsTravelAgentWithHttpInfo(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingsApi.showBookingGridAsTravelAgentWithResponseSpec(String companyIdentifier, StateAgent stateAgent, String winkVersion) Show Bookings Show bookings for the affiliate company that helped create those booking. -
Uses of StateAgent in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.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)