Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Table |
Table.clone() |
Table |
RateGroup.getMainTable()
A table defining the rate group, when `singleValue` is not expressive enough.
|
Table |
Table.set(String fieldName,
Object value) |
Table |
Table.setColumnHeaders(Headers columnHeaders)
Headers of the table's columns.
|
Table |
Table.setName(String name)
Name of the table.
|
Table |
Table.setRowHeaders(Headers rowHeaders)
Headers of the table's rows.
|
Table |
Table.setRows(List<Row> rows)
The list of rows that constitute the table.
|
Modifier and Type | Method and Description |
---|---|
List<Table> |
RateGroup.getSubtables()
A list of subtables referred to by `mainTable`.
|
Modifier and Type | Method and Description |
---|---|
RateGroup |
RateGroup.setMainTable(Table mainTable)
A table defining the rate group, when `singleValue` is not expressive enough.
|
Modifier and Type | Method and Description |
---|---|
RateGroup |
RateGroup.setSubtables(List<Table> subtables)
A list of subtables referred to by `mainTable`.
|
Copyright © 2011–2024 Google. All rights reserved.