Uses of Class
com.duffel.sdk.model.CreateOfferRequestRequest
Packages that use CreateOfferRequestRequest
-
Uses of CreateOfferRequestRequest in com.duffel.sdk.api
Methods in com.duffel.sdk.api with parameters of type CreateOfferRequestRequestModifier 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__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.createOfferRequestWithResponseSpec(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__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecOfferRequestsApi.createOfferRequestWithResponseSpec(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__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecBookingApi.createPartialOfferRequestWithResponseSpec(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__.org.springframework.web.reactive.function.client.WebClient.ResponseSpecPartialOfferRequestsApi.createPartialOfferRequestWithResponseSpec(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__. -
Uses of CreateOfferRequestRequest in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return CreateOfferRequestRequest