| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
RotatingBarcode |
RotatingBarcode.clone() |
RotatingBarcode |
OfferObject.getRotatingBarcode()
The rotating barcode type and value.
|
RotatingBarcode |
LoyaltyObject.getRotatingBarcode()
The rotating barcode type and value.
|
RotatingBarcode |
TransitObject.getRotatingBarcode()
The rotating barcode type and value.
|
RotatingBarcode |
GiftCardObject.getRotatingBarcode()
The rotating barcode type and value.
|
RotatingBarcode |
FlightObject.getRotatingBarcode()
The rotating barcode type and value.
|
RotatingBarcode |
EventTicketObject.getRotatingBarcode()
The rotating barcode type and value.
|
RotatingBarcode |
GenericObject.getRotatingBarcode()
The rotating barcode settings/details.
|
RotatingBarcode |
RotatingBarcode.set(String fieldName,
Object value) |
RotatingBarcode |
RotatingBarcode.setAlternateText(String alternateText)
An optional text that will override the default text that shows under the barcode.
|
RotatingBarcode |
RotatingBarcode.setInitialRotatingBarcodeValues(RotatingBarcodeValues initialRotatingBarcodeValues)
Input only.
|
RotatingBarcode |
RotatingBarcode.setRenderEncoding(String renderEncoding)
The render encoding for the barcode.
|
RotatingBarcode |
RotatingBarcode.setShowCodeText(LocalizedString showCodeText)
Optional text that will be shown when the barcode is hidden behind a click action.
|
RotatingBarcode |
RotatingBarcode.setTotpDetails(RotatingBarcodeTotpDetails totpDetails)
Details used to evaluate the {totp_value_n} substitutions.
|
RotatingBarcode |
RotatingBarcode.setType(String type)
The type of this barcode.
|
RotatingBarcode |
RotatingBarcode.setValuePattern(String valuePattern)
String encoded barcode value.
|
| Modifier and Type | Method and Description |
|---|---|
OfferObject |
OfferObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode type and value.
|
LoyaltyObject |
LoyaltyObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode type and value.
|
TransitObject |
TransitObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode type and value.
|
GiftCardObject |
GiftCardObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode type and value.
|
FlightObject |
FlightObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode type and value.
|
EventTicketObject |
EventTicketObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode type and value.
|
GenericObject |
GenericObject.setRotatingBarcode(RotatingBarcode rotatingBarcode)
The rotating barcode settings/details.
|
Copyright © 2011–2025 Google. All rights reserved.