| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateItem |
TemplateItem.clone() |
TemplateItem |
CardRowTwoItems.getEndItem()
The item to be displayed at the end of the row.
|
TemplateItem |
CardRowThreeItems.getEndItem()
The item to be displayed at the end of the row.
|
TemplateItem |
DetailsItemInfo.getItem()
The item to be displayed in the details list.
|
TemplateItem |
CardRowOneItem.getItem()
The item to be displayed in the row.
|
TemplateItem |
CardRowThreeItems.getMiddleItem()
The item to be displayed in the middle of the row.
|
TemplateItem |
CardRowTwoItems.getStartItem()
The item to be displayed at the start of the row.
|
TemplateItem |
CardRowThreeItems.getStartItem()
The item to be displayed at the start of the row.
|
TemplateItem |
TemplateItem.set(String fieldName,
Object value) |
TemplateItem |
TemplateItem.setFirstValue(FieldSelector firstValue)
A reference to a field to display.
|
TemplateItem |
TemplateItem.setPredefinedItem(String predefinedItem)
A predefined item to display.
|
TemplateItem |
TemplateItem.setSecondValue(FieldSelector secondValue)
A reference to a field to display.
|
| Modifier and Type | Method and Description |
|---|---|
CardRowTwoItems |
CardRowTwoItems.setEndItem(TemplateItem endItem)
The item to be displayed at the end of the row.
|
CardRowThreeItems |
CardRowThreeItems.setEndItem(TemplateItem endItem)
The item to be displayed at the end of the row.
|
DetailsItemInfo |
DetailsItemInfo.setItem(TemplateItem item)
The item to be displayed in the details list.
|
CardRowOneItem |
CardRowOneItem.setItem(TemplateItem item)
The item to be displayed in the row.
|
CardRowThreeItems |
CardRowThreeItems.setMiddleItem(TemplateItem middleItem)
The item to be displayed in the middle of the row.
|
CardRowTwoItems |
CardRowTwoItems.setStartItem(TemplateItem startItem)
The item to be displayed at the start of the row.
|
CardRowThreeItems |
CardRowThreeItems.setStartItem(TemplateItem startItem)
The item to be displayed at the start of the row.
|
Copyright © 2011–2025 Google. All rights reserved.