Package | Description |
---|---|
com.google.api.services.walletobjects | |
com.google.api.services.walletobjects.model |
Modifier and Type | Method and Description |
---|---|
Walletobjects.Flightclass.Insert |
Walletobjects.Flightclass.insert(FlightClass content)
Inserts an flight class with the given ID and properties.
|
Walletobjects.Flightclass.Patch |
Walletobjects.Flightclass.patch(String resourceId,
FlightClass content)
Updates the flight class referenced by the given class ID.
|
Walletobjects.Flightclass.Update |
Walletobjects.Flightclass.update(String resourceId,
FlightClass content)
Updates the flight class referenced by the given class ID.
|
Constructor and Description |
---|
Insert(FlightClass content)
Inserts an flight class with the given ID and properties.
|
Patch(String resourceId,
FlightClass content)
Updates the flight class referenced by the given class ID.
|
Update(String resourceId,
FlightClass content)
Updates the flight class referenced by the given class ID.
|
Modifier and Type | Method and Description |
---|---|
FlightClass |
FlightClass.clone() |
FlightClass |
FlightObject.getClassReference()
A copy of the inherited fields of the parent class.
|
FlightClass |
FlightClassAddMessageResponse.getResource()
The updated FlightClass resource.
|
FlightClass |
FlightClass.set(String fieldName,
Object value) |
FlightClass |
FlightClass.setAllowMultipleUsersPerObject(Boolean allowMultipleUsersPerObject)
Deprecated.
|
FlightClass |
FlightClass.setBoardingAndSeatingPolicy(BoardingAndSeatingPolicy boardingAndSeatingPolicy)
Policies for boarding and seating.
|
FlightClass |
FlightClass.setCallbackOptions(CallbackOptions callbackOptions)
Callback options to be used to call the issuer back for every save/delete of an object for this
class by the end-user.
|
FlightClass |
FlightClass.setClassTemplateInfo(ClassTemplateInfo classTemplateInfo)
Template information about how the class should be displayed.
|
FlightClass |
FlightClass.setCountryCode(String countryCode)
Country code used to display the card's country (when the user is not in that country), as well
as to display localized content when content is not available in the user's locale.
|
FlightClass |
FlightClass.setDestination(AirportInfo destination)
Required.
|
FlightClass |
FlightClass.setEnableSmartTap(Boolean enableSmartTap)
Identifies whether this class supports Smart Tap.
|
FlightClass |
FlightClass.setFlightHeader(FlightHeader flightHeader)
Required.
|
FlightClass |
FlightClass.setFlightStatus(String flightStatus)
Status of this flight.
|
FlightClass |
FlightClass.setHeroImage(Image heroImage)
Optional banner image displayed on the front of the card.
|
FlightClass |
FlightClass.setHexBackgroundColor(String hexBackgroundColor)
The background color for the card.
|
FlightClass |
FlightClass.setHomepageUri(Uri homepageUri)
The URI of your application's home page.
|
FlightClass |
FlightClass.setId(String id)
Required.
|
FlightClass |
FlightClass.setImageModulesData(List<ImageModuleData> imageModulesData)
Image module data.
|
FlightClass |
FlightClass.setInfoModuleData(InfoModuleData infoModuleData)
Deprecated.
|
FlightClass |
FlightClass.setIssuerName(String issuerName)
Required.
|
FlightClass |
FlightClass.setKind(String kind)
Identifies what kind of resource this is.
|
FlightClass |
FlightClass.setLanguageOverride(String languageOverride)
If this field is present, boarding passes served to a user's device will always be in this
language.
|
FlightClass |
FlightClass.setLinksModuleData(LinksModuleData linksModuleData)
Links module data.
|
FlightClass |
FlightClass.setLocalBoardingDateTime(String localBoardingDateTime)
The boarding time as it would be printed on the boarding pass.
|
FlightClass |
FlightClass.setLocalEstimatedOrActualArrivalDateTime(String localEstimatedOrActualArrivalDateTime)
The estimated time the aircraft plans to reach the destination gate (not the runway) or the
actual time it reached the gate.
|
FlightClass |
FlightClass.setLocalEstimatedOrActualDepartureDateTime(String localEstimatedOrActualDepartureDateTime)
The estimated time the aircraft plans to pull from the gate or the actual time the aircraft
already pulled from the gate.
|
FlightClass |
FlightClass.setLocalGateClosingDateTime(String localGateClosingDateTime)
The gate closing time as it would be printed on the boarding pass.
|
FlightClass |
FlightClass.setLocalizedIssuerName(LocalizedString localizedIssuerName)
Translated strings for the issuer_name.
|
FlightClass |
FlightClass.setLocalScheduledArrivalDateTime(String localScheduledArrivalDateTime)
The scheduled time the aircraft plans to reach the destination gate (not the runway).
|
FlightClass |
FlightClass.setLocalScheduledDepartureDateTime(String localScheduledDepartureDateTime)
Required.
|
FlightClass |
FlightClass.setLocations(List<LatLongPoint> locations)
Note: This field is currently not supported to trigger geo notifications.
|
FlightClass |
FlightClass.setMessages(List<Message> messages)
An array of messages displayed in the app.
|
FlightClass |
FlightClass.setMultipleDevicesAndHoldersAllowedStatus(String multipleDevicesAndHoldersAllowedStatus)
Identifies whether multiple users and devices will save the same object referencing this class.
|
FlightClass |
FlightClass.setOrigin(AirportInfo origin)
Required.
|
FlightClass |
FlightClass.setRedemptionIssuers(List<Long> redemptionIssuers)
Identifies which redemption issuers can redeem the pass over Smart Tap.
|
FlightClass |
FlightClass.setReview(Review review)
The review comments set by the platform when a class is marked `approved` or `rejected`.
|
FlightClass |
FlightClass.setReviewStatus(String reviewStatus)
Required.
|
FlightClass |
FlightClass.setSecurityAnimation(SecurityAnimation securityAnimation)
Optional information about the security animation.
|
FlightClass |
FlightClass.setTextModulesData(List<TextModuleData> textModulesData)
Text module data.
|
FlightClass |
FlightClass.setVersion(Long version)
Deprecated
|
FlightClass |
FlightClass.setViewUnlockRequirement(String viewUnlockRequirement)
View Unlock Requirement options for the boarding pass.
|
FlightClass |
FlightClass.setWordMark(Image wordMark)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<FlightClass> |
Resources.getFlightClasses() |
List<FlightClass> |
FlightClassListResponse.getResources()
Resources corresponding to the list request.
|
Modifier and Type | Method and Description |
---|---|
FlightObject |
FlightObject.setClassReference(FlightClass classReference)
A copy of the inherited fields of the parent class.
|
FlightClassAddMessageResponse |
FlightClassAddMessageResponse.setResource(FlightClass resource)
The updated FlightClass resource.
|
Modifier and Type | Method and Description |
---|---|
Resources |
Resources.setFlightClasses(List<FlightClass> flightClasses) |
FlightClassListResponse |
FlightClassListResponse.setResources(List<FlightClass> resources)
Resources corresponding to the list request.
|
Copyright © 2011–2024 Google. All rights reserved.