| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
Barcode |
Barcode.clone() |
Barcode |
OfferObject.getBarcode()
The barcode type and value.
|
Barcode |
LoyaltyObject.getBarcode()
The barcode type and value.
|
Barcode |
TransitObject.getBarcode()
The barcode type and value.
|
Barcode |
GiftCardObject.getBarcode()
The barcode type and value.
|
Barcode |
FlightObject.getBarcode()
The barcode type and value.
|
Barcode |
EventTicketObject.getBarcode()
The barcode type and value.
|
Barcode |
GenericObject.getBarcode()
The barcode type and value.
|
Barcode |
Barcode.set(String fieldName,
Object value) |
Barcode |
Barcode.setAlternateText(String alternateText)
An optional text that will override the default text that shows under the barcode.
|
Barcode |
Barcode.setKind(String kind)
Identifies what kind of resource this is.
|
Barcode |
Barcode.setRenderEncoding(String renderEncoding)
The render encoding for the barcode.
|
Barcode |
Barcode.setShowCodeText(LocalizedString showCodeText)
Optional text that will be shown when the barcode is hidden behind a click action.
|
Barcode |
Barcode.setType(String type)
The type of barcode.
|
Barcode |
Barcode.setValue(String value)
The value encoded in the barcode.
|
| Modifier and Type | Method and Description |
|---|---|
OfferObject |
OfferObject.setBarcode(Barcode barcode)
The barcode type and value.
|
LoyaltyObject |
LoyaltyObject.setBarcode(Barcode barcode)
The barcode type and value.
|
TransitObject |
TransitObject.setBarcode(Barcode barcode)
The barcode type and value.
|
GiftCardObject |
GiftCardObject.setBarcode(Barcode barcode)
The barcode type and value.
|
FlightObject |
FlightObject.setBarcode(Barcode barcode)
The barcode type and value.
|
EventTicketObject |
EventTicketObject.setBarcode(Barcode barcode)
The barcode type and value.
|
GenericObject |
GenericObject.setBarcode(Barcode barcode)
The barcode type and value.
|
Copyright © 2011–2025 Google. All rights reserved.