| Package | Description |
|---|---|
| com.google.api.services.walletobjects.model |
| Modifier and Type | Method and Description |
|---|---|
LabelValue |
LabelValue.clone() |
LabelValue |
LabelValue.set(String fieldName,
Object value) |
LabelValue |
LabelValue.setLabel(String label)
The label for a specific row and column.
|
LabelValue |
LabelValue.setLocalizedLabel(LocalizedString localizedLabel)
Translated strings for the label.
|
LabelValue |
LabelValue.setLocalizedValue(LocalizedString localizedValue)
Translated strings for the value.
|
LabelValue |
LabelValue.setValue(String value)
The value for a specific row and column.
|
| Modifier and Type | Method and Description |
|---|---|
List<LabelValue> |
LabelValueRow.getColumns()
A list of labels and values.
|
| Modifier and Type | Method and Description |
|---|---|
LabelValueRow |
LabelValueRow.setColumns(List<LabelValue> columns)
A list of labels and values.
|
Copyright © 2011–2025 Google. All rights reserved.