GetFlightFlexsearchOperationParams

Constructors

Link copied to clipboard
public GetFlightFlexsearchOperationParams GetFlightFlexsearchOperationParams(String partnerTransactionID, String segment1Origin, String segment1Destination, LocalDate segment1DepartureDate, String segment2Origin, String segment2Destination, LocalDate segment2DepartureDate, Boolean includeSegmentDetails)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final Boolean includeSegmentDetails

If included, the response will included all segment and leg details. By default, the value of this parameter will be false.

Link copied to clipboard
@NotNull()
@Valid()
private final String partnerTransactionID

Partner-generated identifier.

Link copied to clipboard
@NotNull()
@Valid()
private final LocalDate segment1DepartureDate

Date, in ISO format YYYY-MM-DD, on which customer wants to depart.

Link copied to clipboard
@NotNull()
@Valid()
private final String segment1Destination

3-letter IATA Airport code or location name to where the passenger is arriving.

Link copied to clipboard
@NotNull()
@Valid()
private final String segment1Origin

3-letter IATA Airport code or location name from where the passenger is departing.

Link copied to clipboard
@Valid()
private final LocalDate segment2DepartureDate

Date, in ISO format YYYY-MM-DD, on which customer wants to depart.

Link copied to clipboard
@Valid()
private final String segment2Destination

3-letter IATA Airport code or location name to where the passenger is arriving.

Link copied to clipboard
@Valid()
private final String segment2Origin

3-letter IATA Airport code or location name from where the passenger is departing.

Functions

Link copied to clipboard
Link copied to clipboard
public Headers getHeaders()
Link copied to clipboard

If included, the response will included all segment and leg details. By default, the value of this parameter will be false.

Link copied to clipboard

Partner-generated identifier.

Link copied to clipboard
Link copied to clipboard
public Parameters getQueryParams()
Link copied to clipboard

Date, in ISO format YYYY-MM-DD, on which customer wants to depart.

Link copied to clipboard

3-letter IATA Airport code or location name to where the passenger is arriving.

Link copied to clipboard
public final String getSegment1Origin()

3-letter IATA Airport code or location name from where the passenger is departing.

Link copied to clipboard

Date, in ISO format YYYY-MM-DD, on which customer wants to depart.

Link copied to clipboard

3-letter IATA Airport code or location name to where the passenger is arriving.

Link copied to clipboard
public final String getSegment2Origin()

3-letter IATA Airport code or location name from where the passenger is departing.

Link copied to clipboard