| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.clone() |
BoardingAndSeatingInfo |
FlightObject.getBoardingAndSeatingInfo()
Passenger specific information about boarding and seating.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.set(String fieldName,
Object value) |
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setBoardingDoor(String boardingDoor)
Set this field only if this flight boards through more than one door or bridge and you want to
explicitly print the door location on the boarding pass.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setBoardingGroup(String boardingGroup)
The value of boarding group (or zone) this passenger shall board with.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setBoardingPosition(String boardingPosition)
The value of boarding position.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setBoardingPrivilegeImage(Image boardingPrivilegeImage)
A small image shown above the boarding barcode.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setKind(String kind)
Identifies what kind of resource this is.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setSeatAssignment(LocalizedString seatAssignment)
The passenger's seat assignment.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setSeatClass(String seatClass)
The value of the seat class.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setSeatNumber(String seatNumber)
The value of passenger seat.
|
BoardingAndSeatingInfo |
BoardingAndSeatingInfo.setSequenceNumber(String sequenceNumber)
The sequence number on the boarding pass.
|
| Modifier and Type | Method and Description |
|---|---|
FlightObject |
FlightObject.setBoardingAndSeatingInfo(BoardingAndSeatingInfo boardingAndSeatingInfo)
Passenger specific information about boarding and seating.
|
Copyright © 2011–2025 Google. All rights reserved.