Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
Value |
Value.clone() |
Value |
RateGroup.getSingleValue()
The value of the rate group (for example, flat rate $10).
|
Value |
Value.set(String fieldName,
Object value) |
Value |
Value.setCarrierRateName(String carrierRateName)
The name of a carrier rate referring to a carrier rate defined in the same rate group.
|
Value |
Value.setFlatRate(Price flatRate)
A flat rate.
|
Value |
Value.setNoShipping(Boolean noShipping)
If true, then the product can't ship.
|
Value |
Value.setPricePercentage(String pricePercentage)
A percentage of the price represented as a number in decimal notation (for example, `"5.4"`).
|
Value |
Value.setSubtableName(String subtableName)
The name of a subtable.
|
Modifier and Type | Method and Description |
---|---|
List<Value> |
Row.getCells()
The list of cells that constitute the row.
|
Modifier and Type | Method and Description |
---|---|
RateGroup |
RateGroup.setSingleValue(Value singleValue)
The value of the rate group (for example, flat rate $10).
|
Modifier and Type | Method and Description |
---|---|
Row |
Row.setCells(List<Value> cells)
The list of cells that constitute the row.
|
Copyright © 2011–2024 Google. All rights reserved.