Uses of Class
com.google.apps.card.v1.DecoratedText.SwitchControl.Builder
Packages that use DecoratedText.SwitchControl.Builder
-
Uses of DecoratedText.SwitchControl.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return DecoratedText.SwitchControl.BuilderModifier and TypeMethodDescriptionDecoratedText.SwitchControl.Builder.clear()DecoratedText.SwitchControl.Builder.clearControlType()How the switch appears in the user interface.DecoratedText.SwitchControl.Builder.clearName()The name by which the switch widget is identified in a form input event.DecoratedText.SwitchControl.Builder.clearOnChangeAction()The action to perform when the switch state is changed, such as what function to run.DecoratedText.SwitchControl.Builder.clearSelected()When `true`, the switch is selected.DecoratedText.SwitchControl.Builder.clearValue()The value entered by a user, returned as part of a form input event.DecoratedText.Builder.getSwitchControlBuilder()A switch widget that a user can click to change its state and trigger an action.DecoratedText.SwitchControl.Builder.mergeFrom(DecoratedText.SwitchControl other) DecoratedText.SwitchControl.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DecoratedText.SwitchControl.Builder.mergeFrom(com.google.protobuf.Message other) DecoratedText.SwitchControl.Builder.mergeOnChangeAction(Action value) The action to perform when the switch state is changed, such as what function to run.DecoratedText.SwitchControl.newBuilder()DecoratedText.SwitchControl.newBuilder(DecoratedText.SwitchControl prototype) DecoratedText.SwitchControl.newBuilderForType()protected DecoratedText.SwitchControl.BuilderDecoratedText.SwitchControl.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) DecoratedText.SwitchControl.Builder.setControlType(DecoratedText.SwitchControl.ControlType value) How the switch appears in the user interface.DecoratedText.SwitchControl.Builder.setControlTypeValue(int value) How the switch appears in the user interface.The name by which the switch widget is identified in a form input event.DecoratedText.SwitchControl.Builder.setNameBytes(com.google.protobuf.ByteString value) The name by which the switch widget is identified in a form input event.DecoratedText.SwitchControl.Builder.setOnChangeAction(Action value) The action to perform when the switch state is changed, such as what function to run.DecoratedText.SwitchControl.Builder.setOnChangeAction(Action.Builder builderForValue) The action to perform when the switch state is changed, such as what function to run.DecoratedText.SwitchControl.Builder.setSelected(boolean value) When `true`, the switch is selected.The value entered by a user, returned as part of a form input event.DecoratedText.SwitchControl.Builder.setValueBytes(com.google.protobuf.ByteString value) The value entered by a user, returned as part of a form input event.DecoratedText.SwitchControl.toBuilder()Methods in com.google.apps.card.v1 with parameters of type DecoratedText.SwitchControl.BuilderModifier and TypeMethodDescriptionDecoratedText.Builder.setSwitchControl(DecoratedText.SwitchControl.Builder builderForValue) A switch widget that a user can click to change its state and trigger an action.