Uses of Class
com.duffel.sdk.model.OfferRequestBodySlice
Packages that use OfferRequestBodySlice
-
Uses of OfferRequestBodySlice in com.duffel.sdk.model
Methods in com.duffel.sdk.model that return OfferRequestBodySliceModifier and TypeMethodDescriptionOfferRequestBodySlice.arrivalTime(ArrivalTime arrivalTime) OfferRequestBodySlice.departureDate(LocalDate departureDate) OfferRequestBodySlice.departureTime(DepartureTime departureTime) OfferRequestBodySlice.destination(String destination) Methods in com.duffel.sdk.model that return types with arguments of type OfferRequestBodySliceModifier and TypeMethodDescription@NotNull @Valid List<OfferRequestBodySlice>OfferRequestBody.getSlices()The [slices](/docs/api/overview/key-principles) that make up this offer request.Methods in com.duffel.sdk.model with parameters of type OfferRequestBodySliceModifier and TypeMethodDescriptionOfferRequestBody.addSlicesItem(OfferRequestBodySlice slicesItem) Method parameters in com.duffel.sdk.model with type arguments of type OfferRequestBodySliceModifier and TypeMethodDescriptionvoidOfferRequestBody.setSlices(List<OfferRequestBodySlice> slices) OfferRequestBody.slices(List<OfferRequestBodySlice> slices)