Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
TextWithTooltip |
TextWithTooltip.clone() |
TextWithTooltip |
InputFieldTextInput.getAdditionalInfo()
Additional info regarding the field to be displayed to merchant.
|
TextWithTooltip |
ActionFlow.getDialogMessage()
Message displayed in the request dialog.
|
TextWithTooltip |
Callout.getFullMessage()
A full message that needs to be shown to the merchant.
|
TextWithTooltip |
InputField.getLabel()
Input field label.
|
TextWithTooltip |
InputFieldChoiceInputChoiceInputOption.getLabel()
Short description of the choice option.
|
TextWithTooltip |
TextWithTooltip.set(String fieldName,
Object value) |
TextWithTooltip |
TextWithTooltip.setSimpleTooltipValue(String simpleTooltipValue)
Value of the tooltip as a simple text.
|
TextWithTooltip |
TextWithTooltip.setSimpleValue(String simpleValue)
Value of the message as a simple text.
|
TextWithTooltip |
TextWithTooltip.setTooltipIconStyle(String tooltipIconStyle)
The suggested type of an icon for tooltip, if a tooltip is present.
|
Modifier and Type | Method and Description |
---|---|
InputFieldTextInput |
InputFieldTextInput.setAdditionalInfo(TextWithTooltip additionalInfo)
Additional info regarding the field to be displayed to merchant.
|
ActionFlow |
ActionFlow.setDialogMessage(TextWithTooltip dialogMessage)
Message displayed in the request dialog.
|
Callout |
Callout.setFullMessage(TextWithTooltip fullMessage)
A full message that needs to be shown to the merchant.
|
InputField |
InputField.setLabel(TextWithTooltip label)
Input field label.
|
InputFieldChoiceInputChoiceInputOption |
InputFieldChoiceInputChoiceInputOption.setLabel(TextWithTooltip label)
Short description of the choice option.
|
Copyright © 2011–2024 Google. All rights reserved.