GetFlightFarerulesOperationParams

Constructors

Link copied to clipboard
public GetFlightFarerulesOperationParams GetFlightFarerulesOperationParams(String offerToken, String source, String partnerTransactionID, String locale)

Types

Link copied to clipboard
public final class Builder

Properties

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

locale information (Even though locale may be requested, the majority of the information in the response comes directly from the GDS systems and does NOT have any localization to languages other than English)

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

An offerToken from a Flight API responses.

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

Partner-generated identifier.

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

Accepts any single-word value that describes the source from which the API is being called. Example: 'Details', 'Book', 'Itin', etc.

Functions

Link copied to clipboard
Link copied to clipboard
public Headers getHeaders()
Link copied to clipboard
public final String getLocale()

locale information (Even though locale may be requested, the majority of the information in the response comes directly from the GDS systems and does NOT have any localization to languages other than English)

Link copied to clipboard
public final String getOfferToken()

An offerToken from a Flight API responses.

Link copied to clipboard

Partner-generated identifier.

Link copied to clipboard
Link copied to clipboard
public Parameters getQueryParams()
Link copied to clipboard
public final String getSource()

Accepts any single-word value that describes the source from which the API is being called. Example: 'Details', 'Book', 'Itin', etc.

Link copied to clipboard