Package | Description |
---|---|
com.google.api.services.walletobjects | |
com.google.api.services.walletobjects.model |
Modifier and Type | Method and Description |
---|---|
Walletobjects.Genericobject.Insert |
Walletobjects.Genericobject.insert(GenericObject content)
Inserts a generic object with the given ID and properties.
|
Walletobjects.Genericobject.Patch |
Walletobjects.Genericobject.patch(String resourceId,
GenericObject content)
Updates the generic object referenced by the given object ID.
|
Walletobjects.Genericobject.Update |
Walletobjects.Genericobject.update(String resourceId,
GenericObject content)
Updates the generic object referenced by the given object ID.
|
Constructor and Description |
---|
Insert(GenericObject content)
Inserts a generic object with the given ID and properties.
|
Patch(String resourceId,
GenericObject content)
Updates the generic object referenced by the given object ID.
|
Update(String resourceId,
GenericObject content)
Updates the generic object referenced by the given object ID.
|
Modifier and Type | Method and Description |
---|---|
GenericObject |
GenericObject.clone() |
GenericObject |
GenericObject.set(String fieldName,
Object value) |
GenericObject |
GenericObject.setAppLinkData(AppLinkData appLinkData)
Information about the partner app link.
|
GenericObject |
GenericObject.setBarcode(Barcode barcode)
The barcode type and value.
|
GenericObject |
GenericObject.setCardTitle(LocalizedString cardTitle)
Required.
|
GenericObject |
GenericObject.setClassId(String classId)
Required.
|
GenericObject |
GenericObject.setGenericType(String genericType)
Specify which `GenericType` the card belongs to.
|
GenericObject |
GenericObject.setGroupingInfo(GroupingInfo groupingInfo)
Information that controls how passes are grouped together.
|
GenericObject |
GenericObject.setHasUsers(Boolean hasUsers)
Indicates if the object has users.
|
GenericObject |
GenericObject.setHeader(LocalizedString header)
Required.
|
GenericObject |
GenericObject.setHeroImage(Image heroImage)
Banner image displayed on the front of the card if present.
|
GenericObject |
GenericObject.setHexBackgroundColor(String hexBackgroundColor)
The background color for the card.
|
GenericObject |
GenericObject.setId(String id)
Required.
|
GenericObject |
GenericObject.setImageModulesData(List<ImageModuleData> imageModulesData)
Image module data.
|
GenericObject |
GenericObject.setLinksModuleData(LinksModuleData linksModuleData)
Links module data.
|
GenericObject |
GenericObject.setLogo(Image logo)
The logo image of the pass.
|
GenericObject |
GenericObject.setNotifications(Notifications notifications)
The notification settings that are enabled for this object.
|
GenericObject |
GenericObject.setPassConstraints(PassConstraints passConstraints)
Pass constraints for the object.
|
GenericObject |
GenericObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode settings/details.
|
GenericObject |
GenericObject.setSmartTapRedemptionValue(String smartTapRedemptionValue)
The value that will be transmitted to a Smart Tap certified terminal over NFC for this object.
|
GenericObject |
GenericObject.setState(String state)
The state of the object.
|
GenericObject |
GenericObject.setSubheader(LocalizedString subheader)
The title label of the pass, such as location where this pass can be used.
|
GenericObject |
GenericObject.setTextModulesData(List<TextModuleData> textModulesData)
Text module data.
|
GenericObject |
GenericObject.setValidTimeInterval(TimeInterval validTimeInterval)
The time period this object will be considered valid or usable.
|
GenericObject |
GenericObject.setWideLogo(Image wideLogo)
The wide logo of the pass.
|
Modifier and Type | Method and Description |
---|---|
List<GenericObject> |
GenericObjectListResponse.getResources()
Resources corresponding to the list request.
|
Modifier and Type | Method and Description |
---|---|
GenericObjectListResponse |
GenericObjectListResponse.setResources(List<GenericObject> resources)
Resources corresponding to the list request.
|
Copyright © 2011–2024 Google. All rights reserved.