Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
TimeInput |
TimeInput.clone() |
TimeInput |
Inputs.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.
|
TimeInput |
TimeInput.set(String fieldName,
Object value) |
TimeInput |
TimeInput.setHours(Integer hours)
The hour on a 24-hour clock.
|
TimeInput |
TimeInput.setMinutes(Integer minutes)
The number of minutes past the hour.
|
Modifier and Type | Method and Description |
---|---|
Inputs |
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.
|
Copyright © 2011–2024 Google. All rights reserved.