Uses of Enum
com.google.apps.card.v1.DecoratedText.SwitchControl.ControlType
Packages that use DecoratedText.SwitchControl.ControlType
-
Uses of DecoratedText.SwitchControl.ControlType in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return DecoratedText.SwitchControl.ControlTypeModifier and TypeMethodDescriptionDecoratedText.SwitchControl.ControlType.forNumber
(int value) DecoratedText.SwitchControl.Builder.getControlType()
How the switch appears in the user interface.DecoratedText.SwitchControl.getControlType()
How the switch appears in the user interface.DecoratedText.SwitchControlOrBuilder.getControlType()
How the switch appears in the user interface.DecoratedText.SwitchControl.ControlType.valueOf
(int value) Deprecated.DecoratedText.SwitchControl.ControlType.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.DecoratedText.SwitchControl.ControlType.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 DecoratedText.SwitchControl.ControlTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<DecoratedText.SwitchControl.ControlType> DecoratedText.SwitchControl.ControlType.internalGetValueMap()
Methods in com.google.apps.card.v1 with parameters of type DecoratedText.SwitchControl.ControlTypeModifier and TypeMethodDescriptionDecoratedText.SwitchControl.Builder.setControlType
(DecoratedText.SwitchControl.ControlType value) How the switch appears in the user interface.