Package | Description |
---|---|
com.google.api.services.walletobjects | |
com.google.api.services.walletobjects.model |
Modifier and Type | Method and Description |
---|---|
Walletobjects.Genericclass.Insert |
Walletobjects.Genericclass.insert(GenericClass content)
Inserts a generic class with the given ID and properties.
|
Walletobjects.Genericclass.Patch |
Walletobjects.Genericclass.patch(String resourceId,
GenericClass content)
Updates the generic class referenced by the given class ID.
|
Walletobjects.Genericclass.Update |
Walletobjects.Genericclass.update(String resourceId,
GenericClass content)
Updates the Generic class referenced by the given class ID.
|
Constructor and Description |
---|
Insert(GenericClass content)
Inserts a generic class with the given ID and properties.
|
Patch(String resourceId,
GenericClass content)
Updates the generic class referenced by the given class ID.
|
Update(String resourceId,
GenericClass content)
Updates the Generic class referenced by the given class ID.
|
Modifier and Type | Method and Description |
---|---|
GenericClass |
GenericClass.clone() |
GenericClass |
GenericClass.set(String fieldName,
Object value) |
GenericClass |
GenericClass.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.
|
GenericClass |
GenericClass.setClassTemplateInfo(ClassTemplateInfo classTemplateInfo)
Template information about how the class should be displayed.
|
GenericClass |
GenericClass.setEnableSmartTap(Boolean enableSmartTap)
Available only to Smart Tap enabled partners.
|
GenericClass |
GenericClass.setId(String id)
Required.
|
GenericClass |
GenericClass.setImageModulesData(List<ImageModuleData> imageModulesData)
Image module data.
|
GenericClass |
GenericClass.setLinksModuleData(LinksModuleData linksModuleData)
Links module data.
|
GenericClass |
GenericClass.setMultipleDevicesAndHoldersAllowedStatus(String multipleDevicesAndHoldersAllowedStatus)
Identifies whether multiple users and devices will save the same object referencing this class.
|
GenericClass |
GenericClass.setRedemptionIssuers(List<Long> redemptionIssuers)
Identifies which redemption issuers can redeem the pass over Smart Tap.
|
GenericClass |
GenericClass.setSecurityAnimation(SecurityAnimation securityAnimation)
Optional information about the security animation.
|
GenericClass |
GenericClass.setTextModulesData(List<TextModuleData> textModulesData)
Text module data.
|
GenericClass |
GenericClass.setViewUnlockRequirement(String viewUnlockRequirement)
View Unlock Requirement options for the generic pass.
|
Modifier and Type | Method and Description |
---|---|
List<GenericClass> |
GenericClassListResponse.getResources()
Resources corresponding to the list request.
|
Modifier and Type | Method and Description |
---|---|
GenericClassListResponse |
GenericClassListResponse.setResources(List<GenericClass> resources)
Resources corresponding to the list request.
|
Copyright © 2011–2024 Google. All rights reserved.