Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
TransitTable |
TransitTable.clone() |
TransitTable |
DeliveryTime.getTransitTimeTable()
Transit time table, number of business days spent in transit based on row and column
dimensions.
|
TransitTable |
TransitTable.set(String fieldName,
Object value) |
TransitTable |
TransitTable.setPostalCodeGroupNames(List<String> postalCodeGroupNames)
A list of postal group names.
|
TransitTable |
TransitTable.setRows(List<TransitTableTransitTimeRow> rows) |
TransitTable |
TransitTable.setTransitTimeLabels(List<String> transitTimeLabels)
A list of transit time labels.
|
Modifier and Type | Method and Description |
---|---|
DeliveryTime |
DeliveryTime.setTransitTimeTable(TransitTable transitTimeTable)
Transit time table, number of business days spent in transit based on row and column
dimensions.
|
Copyright © 2011–2024 Google. All rights reserved.