Uses of Class
com.duffel.sdk.model.GetOfferRequestById200Response
Packages that use GetOfferRequestById200Response
-
Uses of GetOfferRequestById200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type GetOfferRequestById200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetOfferRequestById200Response> BookingApi.createOfferRequest(String accept, String duffelVersion, String acceptEncoding, String contentType, Boolean returnOffers, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create an offer request To search for flights, you'll need to create an __offer request__.reactor.core.publisher.Mono<GetOfferRequestById200Response> OfferRequestsApi.createOfferRequest(String accept, String duffelVersion, String acceptEncoding, String contentType, Boolean returnOffers, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create an offer request To search for flights, you'll need to create an __offer request__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> BookingApi.createOfferRequestWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, Boolean returnOffers, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create an offer request To search for flights, you'll need to create an __offer request__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> OfferRequestsApi.createOfferRequestWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, Boolean returnOffers, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create an offer request To search for flights, you'll need to create an __offer request__.reactor.core.publisher.Mono<GetOfferRequestById200Response> BookingApi.createPartialOfferRequest(String accept, String duffelVersion, String acceptEncoding, String contentType, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create a partial offer request To search for and select flights separately for each slice of the journey, you'll need to create a __partial offer request__.reactor.core.publisher.Mono<GetOfferRequestById200Response> PartialOfferRequestsApi.createPartialOfferRequest(String accept, String duffelVersion, String acceptEncoding, String contentType, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create a partial offer request To search for and select flights separately for each slice of the journey, you'll need to create a __partial offer request__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> BookingApi.createPartialOfferRequestWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create a partial offer request To search for and select flights separately for each slice of the journey, you'll need to create a __partial offer request__.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> PartialOfferRequestsApi.createPartialOfferRequestWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, String contentType, Integer supplierTimeout, CreateOfferRequestRequest createOfferRequestRequest) Create a partial offer request To search for and select flights separately for each slice of the journey, you'll need to create a __partial offer request__.reactor.core.publisher.Mono<GetOfferRequestById200Response> BookingApi.getOfferRequestById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single offer request Retrieves an offer request by its IDreactor.core.publisher.Mono<GetOfferRequestById200Response> OfferRequestsApi.getOfferRequestById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single offer request Retrieves an offer request by its IDreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> BookingApi.getOfferRequestByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single offer request Retrieves an offer request by its IDreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> OfferRequestsApi.getOfferRequestByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single offer request Retrieves an offer request by its IDreactor.core.publisher.Mono<GetOfferRequestById200Response> BookingApi.getPartialOfferRequestById(String accept, String duffelVersion, String id, String acceptEncoding, String selectedPartialOffer) Get a single partial offer request Retrieves a partial offers request by its ID, only including partial offers for the current slice of multi-step search flow.reactor.core.publisher.Mono<GetOfferRequestById200Response> PartialOfferRequestsApi.getPartialOfferRequestById(String accept, String duffelVersion, String id, String acceptEncoding, String selectedPartialOffer) Get a single partial offer request Retrieves a partial offers request by its ID, only including partial offers for the current slice of multi-step search flow.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> BookingApi.getPartialOfferRequestByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding, String selectedPartialOffer) Get a single partial offer request Retrieves a partial offers request by its ID, only including partial offers for the current slice of multi-step search flow.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> PartialOfferRequestsApi.getPartialOfferRequestByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding, String selectedPartialOffer) Get a single partial offer request Retrieves a partial offers request by its ID, only including partial offers for the current slice of multi-step search flow.reactor.core.publisher.Mono<GetOfferRequestById200Response> BookingApi.getPartialOfferRequestFaresById(String accept, String duffelVersion, String id, String selectedPartialOffer, String acceptEncoding) Get full offer fares for selected partial offers Retrieves an offer request with offers for fares matching selected partial offers.reactor.core.publisher.Mono<GetOfferRequestById200Response> PartialOfferRequestsApi.getPartialOfferRequestFaresById(String accept, String duffelVersion, String id, String selectedPartialOffer, String acceptEncoding) Get full offer fares for selected partial offers Retrieves an offer request with offers for fares matching selected partial offers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> BookingApi.getPartialOfferRequestFaresByIdWithHttpInfo(String accept, String duffelVersion, String id, String selectedPartialOffer, String acceptEncoding) Get full offer fares for selected partial offers Retrieves an offer request with offers for fares matching selected partial offers.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOfferRequestById200Response>> PartialOfferRequestsApi.getPartialOfferRequestFaresByIdWithHttpInfo(String accept, String duffelVersion, String id, String selectedPartialOffer, String acceptEncoding) Get full offer fares for selected partial offers Retrieves an offer request with offers for fares matching selected partial offers. -
Uses of GetOfferRequestById200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return GetOfferRequestById200Response