| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
BarcodeSectionDetail |
BarcodeSectionDetail.clone() |
BarcodeSectionDetail |
CardBarcodeSectionDetails.getFirstBottomDetail()
Optional information to display below the barcode.
|
BarcodeSectionDetail |
CardBarcodeSectionDetails.getFirstTopDetail()
Optional information to display above the barcode.
|
BarcodeSectionDetail |
CardBarcodeSectionDetails.getSecondTopDetail()
Optional second piece of information to display above the barcode.
|
BarcodeSectionDetail |
BarcodeSectionDetail.set(String fieldName,
Object value) |
BarcodeSectionDetail |
BarcodeSectionDetail.setFieldSelector(FieldSelector fieldSelector)
A reference to an existing text-based or image field to display.
|
| Modifier and Type | Method and Description |
|---|---|
CardBarcodeSectionDetails |
CardBarcodeSectionDetails.setFirstBottomDetail(BarcodeSectionDetail firstBottomDetail)
Optional information to display below the barcode.
|
CardBarcodeSectionDetails |
CardBarcodeSectionDetails.setFirstTopDetail(BarcodeSectionDetail firstTopDetail)
Optional information to display above the barcode.
|
CardBarcodeSectionDetails |
CardBarcodeSectionDetails.setSecondTopDetail(BarcodeSectionDetail secondTopDetail)
Optional second piece of information to display above the barcode.
|
Copyright © 2011–2025 Google. All rights reserved.