Uses of Class
com.restfb.types.send.airline.BoardingPass
-
Packages that use BoardingPass Package Description com.restfb.types.send.airline -
-
Uses of BoardingPass in com.restfb.types.send.airline
Methods in com.restfb.types.send.airline that return types with arguments of type BoardingPass Modifier and Type Method Description List<BoardingPass>
AirlineBoardingPassTemplatePayload. getBoardingPassList()
Methods in com.restfb.types.send.airline with parameters of type BoardingPass Modifier and Type Method Description boolean
AirlineBoardingPassTemplatePayload. addBoardingPass(BoardingPass boardingPass)
Constructor parameters in com.restfb.types.send.airline with type arguments of type BoardingPass Constructor Description AirlineBoardingPassTemplatePayload(String introMessage, String locale, List<BoardingPass> boardingPassList)
-