| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory | |
| co.aurasphere.botmill.fb.model.outcoming.template.airline |
| Modifier and Type | Method and Description |
|---|---|
FlightInfoExtendedBuilder |
AirlineItineraryTemplateBuilder.addFlightInfo(String flightNumber,
String connectionId,
String segmentId,
TravelClass travelClass)
Adds a
FlightInfoExtended object to this template. |
BoardingPassBuilder |
BoardingPassBuilder.setTravelClass(TravelClass travelClass)
Sets the
TravelClass for the current BoardingPass object. |
| Modifier and Type | Method and Description |
|---|---|
TravelClass |
FlightInfoExtended.getTravelClass()
Gets the travel class.
|
TravelClass |
BoardingPass.getTravelClass()
Gets the travel class.
|
static TravelClass |
TravelClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TravelClass[] |
TravelClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlightInfoExtended.setTravelClass(TravelClass travelClass)
Sets the travel class.
|
void |
BoardingPass.setTravelClass(TravelClass travelClass)
Sets the travel class.
|
| Constructor and Description |
|---|
FlightInfoExtended(String flightNumber,
String connectionId,
String segmentId,
TravelClass travelClass)
Instantiates a new flight info extended.
|
Copyright © 2017 BotMill. All rights reserved.