| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
CardRowTemplateInfo |
CardRowTemplateInfo.clone() |
CardRowTemplateInfo |
CardRowTemplateInfo.set(String fieldName,
Object value) |
CardRowTemplateInfo |
CardRowTemplateInfo.setOneItem(CardRowOneItem oneItem)
Template for a row containing one item.
|
CardRowTemplateInfo |
CardRowTemplateInfo.setThreeItems(CardRowThreeItems threeItems)
Template for a row containing three items.
|
CardRowTemplateInfo |
CardRowTemplateInfo.setTwoItems(CardRowTwoItems twoItems)
Template for a row containing two items.
|
| Modifier and Type | Method and Description |
|---|---|
List<CardRowTemplateInfo> |
CardTemplateOverride.getCardRowTemplateInfos()
Template information for rows in the card view.
|
| Modifier and Type | Method and Description |
|---|---|
CardTemplateOverride |
CardTemplateOverride.setCardRowTemplateInfos(List<CardRowTemplateInfo> cardRowTemplateInfos)
Template information for rows in the card view.
|
Copyright © 2011–2025 Google. All rights reserved.