Uses of Class
com.duffel.sdk.model.GetOrderById200Response
Packages that use GetOrderById200Response
-
Uses of GetOrderById200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type GetOrderById200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetOrderById200Response> BookingApi.createOrder(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.reactor.core.publisher.Mono<GetOrderById200Response> OrdersApi.createOrder(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> BookingApi.createOrderWithHttpInfo(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> OrdersApi.createOrderWithHttpInfo(String accept, String duffelVersion, CreateOrderRequest createOrderRequest, String acceptEncoding, String contentType) Create an order Creates a booking with an airline based on an offer.reactor.core.publisher.Mono<GetOrderById200Response> BookingApi.getOrderById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order Retrieves an order by its IDreactor.core.publisher.Mono<GetOrderById200Response> OrdersApi.getOrderById(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order Retrieves an order by its IDreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> BookingApi.getOrderByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order Retrieves an order by its IDreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> OrdersApi.getOrderByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding) Get a single order Retrieves an order by its IDreactor.core.publisher.Mono<GetOrderById200Response> BookingApi.updateOrderById(String accept, String duffelVersion, String id, String acceptEncoding, UpdateOrderByIdRequest updateOrderByIdRequest) Update a single order Some order fields are updateable.reactor.core.publisher.Mono<GetOrderById200Response> OrdersApi.updateOrderById(String accept, String duffelVersion, String id, String acceptEncoding, UpdateOrderByIdRequest updateOrderByIdRequest) Update a single order Some order fields are updateable.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> BookingApi.updateOrderByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding, UpdateOrderByIdRequest updateOrderByIdRequest) Update a single order Some order fields are updateable.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetOrderById200Response>> OrdersApi.updateOrderByIdWithHttpInfo(String accept, String duffelVersion, String id, String acceptEncoding, UpdateOrderByIdRequest updateOrderByIdRequest) Update a single order Some order fields are updateable. -
Uses of GetOrderById200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return GetOrderById200ResponseModifier and TypeMethodDescription