Package | Description |
---|---|
com.google.api.services.mybusiness.v4.model |
Modifier and Type | Method and Description |
---|---|
Item |
Item.clone() |
Item |
Item.set(java.lang.String fieldName,
java.lang.Object value) |
Item |
Item.setItemId(java.lang.String itemId)
Required.
|
Item |
Item.setLabels(java.util.List<Label> labels)
Required.
|
Item |
Item.setPrice(Money price)
Optional.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Item> |
Section.getItems()
Items that are contained within this section of the price list.
|
Modifier and Type | Method and Description |
---|---|
Section |
Section.setItems(java.util.List<Item> items)
Items that are contained within this section of the price list.
|
Copyright © 2011-2018 Google. All Rights Reserved.