Uses of Enum
com.google.apps.card.v1.DateTimePicker.DateTimePickerType
Packages that use DateTimePicker.DateTimePickerType
-
Uses of DateTimePicker.DateTimePickerType in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return DateTimePicker.DateTimePickerTypeModifier and TypeMethodDescriptionDateTimePicker.DateTimePickerType.forNumber
(int value) DateTimePicker.Builder.getType()
Whether the widget supports inputting a date, a time, or the date and time.DateTimePicker.getType()
Whether the widget supports inputting a date, a time, or the date and time.DateTimePickerOrBuilder.getType()
Whether the widget supports inputting a date, a time, or the date and time.DateTimePicker.DateTimePickerType.valueOf
(int value) Deprecated.DateTimePicker.DateTimePickerType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.static DateTimePicker.DateTimePickerType[]
DateTimePicker.DateTimePickerType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.apps.card.v1 that return types with arguments of type DateTimePicker.DateTimePickerTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DateTimePicker.DateTimePickerType> DateTimePicker.DateTimePickerType.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type DateTimePicker.DateTimePickerTypeModifier and TypeMethodDescriptionDateTimePicker.Builder.setType
(DateTimePicker.DateTimePickerType value) Whether the widget supports inputting a date, a time, or the date and time.