public final class Inputs
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 Google Chat API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
Inputs() |
Modifier and Type | Method and Description |
---|---|
Inputs |
clone() |
DateInput |
getDateInput()
Date input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts date values.
|
DateTimeInput |
getDateTimeInput()
Date and time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/ref
erence/rest/v1/cards#DateTimePicker) widget that accepts both a date and time.
|
StringInputs |
getStringInputs()
A list of strings that represent the values that the user inputs in a widget.
|
TimeInput |
getTimeInput()
Time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts time values.
|
Inputs |
set(String fieldName,
Object value) |
Inputs |
setDateInput(DateInput dateInput)
Date input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts date values.
|
Inputs |
setDateTimeInput(DateTimeInput dateTimeInput)
Date and time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/ref
erence/rest/v1/cards#DateTimePicker) widget that accepts both a date and time.
|
Inputs |
setStringInputs(StringInputs stringInputs)
A list of strings that represent the values that the user inputs in a widget.
|
Inputs |
setTimeInput(TimeInput timeInput)
Time input values from a [`DateTimePicker`](https://developers.google.com/chat/api/reference/re
st/v1/cards#DateTimePicker) widget that only accepts time values.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public DateInput getDateInput()
null
for nonepublic Inputs setDateInput(DateInput dateInput)
dateInput
- dateInput or null
for nonepublic DateTimeInput getDateTimeInput()
null
for nonepublic Inputs setDateTimeInput(DateTimeInput dateTimeInput)
dateTimeInput
- dateTimeInput or null
for nonepublic StringInputs getStringInputs()
null
for nonepublic Inputs setStringInputs(StringInputs stringInputs)
stringInputs
- stringInputs or null
for nonepublic TimeInput getTimeInput()
null
for nonepublic Inputs setTimeInput(TimeInput timeInput)
timeInput
- timeInput or null
for nonepublic Inputs set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public Inputs clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.