Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
DateTimeInput |
DateTimeInput.clone() |
DateTimeInput |
Inputs.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.
|
DateTimeInput |
DateTimeInput.set(String fieldName,
Object value) |
DateTimeInput |
DateTimeInput.setHasDate(Boolean hasDate)
Whether the `datetime` input includes a calendar date.
|
DateTimeInput |
DateTimeInput.setHasTime(Boolean hasTime)
Whether the `datetime` input includes a timestamp.
|
DateTimeInput |
DateTimeInput.setMsSinceEpoch(Long msSinceEpoch)
Time since epoch time, in milliseconds.
|
Modifier and Type | Method and Description |
---|---|
Inputs |
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.
|
Copyright © 2011–2024 Google. All rights reserved.