Uses of Class
com.duffel.sdk.model.GetAircraft200Response
Packages that use GetAircraft200Response
-
Uses of GetAircraft200Response in com.duffel.sdk.api
Methods in com.duffel.sdk.api that return types with arguments of type GetAircraft200ResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<GetAircraft200Response>AircraftApi.getAircraft(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) List aircraft Retrieves a paginated list of all aircraft.reactor.core.publisher.Mono<GetAircraft200Response>SupportingResourcesApi.getAircraft(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) List aircraft Retrieves a paginated list of all aircraft.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetAircraft200Response>>AircraftApi.getAircraftWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<GetAircraft200Response>>SupportingResourcesApi.getAircraftWithHttpInfo(String accept, String duffelVersion, String acceptEncoding, Integer limit, String before, String after) -
Uses of GetAircraft200Response in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return GetAircraft200ResponseModifier and TypeMethodDescriptionGetAircraft200Response.addDataItem(Aircraft1 dataItem) GetAircraft200Response.meta(PaginationMeta meta)