Package com.chrt.api.types
Interface FlightLegWebhookInfo.FlightNumberStage
-
- All Known Implementing Classes:
FlightLegWebhookInfo.Builder
- Enclosing class:
- FlightLegWebhookInfo
public static interface FlightLegWebhookInfo.FlightNumberStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlightLegWebhookInfo._FinalStageflightNumber(java.lang.String flightNumber)The flight numberFlightLegWebhookInfo.Builderfrom(FlightLegWebhookInfo other)
-
-
-
Method Detail
-
flightNumber
FlightLegWebhookInfo._FinalStage flightNumber(@NotNull java.lang.String flightNumber)
The flight number
-
from
FlightLegWebhookInfo.Builder from(FlightLegWebhookInfo other)
-
-