| Package | Description |
|---|---|
| com.google.api.services.customsearch.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Promotion.BodyLines |
Promotion.BodyLines.clone() |
Promotion.BodyLines |
Promotion.BodyLines.set(String fieldName,
Object value) |
Promotion.BodyLines |
Promotion.BodyLines.setHtmlTitle(String htmlTitle)
The block object's text in HTML, if it has text.
|
Promotion.BodyLines |
Promotion.BodyLines.setLink(String link)
The anchor text of the block object's link, if it has a link.
|
Promotion.BodyLines |
Promotion.BodyLines.setTitle(String title)
The block object's text, if it has text.
|
Promotion.BodyLines |
Promotion.BodyLines.setUrl(String url)
The URL of the block object's link, if it has one.
|
| Modifier and Type | Method and Description |
|---|---|
List<Promotion.BodyLines> |
Promotion.getBodyLines()
An array of block objects for this promotion.
|
| Modifier and Type | Method and Description |
|---|---|
Promotion |
Promotion.setBodyLines(List<Promotion.BodyLines> bodyLines)
An array of block objects for this promotion.
|
Copyright © 2011–2024 Google. All rights reserved.