public final class InputFieldTextInput
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Content API for Shopping. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InputFieldTextInput() |
| Modifier and Type | Method and Description |
|---|---|
InputFieldTextInput |
clone() |
TextWithTooltip |
getAdditionalInfo()
Additional info regarding the field to be displayed to merchant.
|
String |
getAriaLabel()
Text to be used as the [aria-label](https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html) for the
input.
|
String |
getFormatInfo()
Information about the required format.
|
String |
getType()
Type of the text input
|
InputFieldTextInput |
set(String fieldName,
Object value) |
InputFieldTextInput |
setAdditionalInfo(TextWithTooltip additionalInfo)
Additional info regarding the field to be displayed to merchant.
|
InputFieldTextInput |
setAriaLabel(String ariaLabel)
Text to be used as the [aria-label](https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html) for the
input.
|
InputFieldTextInput |
setFormatInfo(String formatInfo)
Information about the required format.
|
InputFieldTextInput |
setType(String type)
Type of the text input
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic TextWithTooltip getAdditionalInfo()
null for nonepublic InputFieldTextInput setAdditionalInfo(TextWithTooltip additionalInfo)
additionalInfo - additionalInfo or null for nonepublic String getAriaLabel()
null for nonepublic InputFieldTextInput setAriaLabel(String ariaLabel)
ariaLabel - ariaLabel or null for nonepublic String getFormatInfo()
null for nonepublic InputFieldTextInput setFormatInfo(String formatInfo)
formatInfo - formatInfo or null for nonepublic String getType()
null for nonepublic InputFieldTextInput setType(String type)
type - type or null for nonepublic InputFieldTextInput set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic InputFieldTextInput clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.