Interface DialogInputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DialogInput, DialogInput.Builder

@Generated public interface DialogInputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasText

      boolean hasText()
      Text input field (single or multi-line).
      
      .soulfire.v1.DialogTextInput text = 1;
      Returns:
      Whether the text field is set.
    • getText

      DialogTextInput getText()
      Text input field (single or multi-line).
      
      .soulfire.v1.DialogTextInput text = 1;
      Returns:
      The text.
    • getTextOrBuilder

      DialogTextInputOrBuilder getTextOrBuilder()
      Text input field (single or multi-line).
      
      .soulfire.v1.DialogTextInput text = 1;
    • hasBoolean

      boolean hasBoolean()
      Boolean checkbox input.
      
      .soulfire.v1.DialogBooleanInput boolean = 2;
      Returns:
      Whether the boolean field is set.
    • getBoolean

      DialogBooleanInput getBoolean()
      Boolean checkbox input.
      
      .soulfire.v1.DialogBooleanInput boolean = 2;
      Returns:
      The boolean.
    • getBooleanOrBuilder

      DialogBooleanInputOrBuilder getBooleanOrBuilder()
      Boolean checkbox input.
      
      .soulfire.v1.DialogBooleanInput boolean = 2;
    • hasSingleOption

      boolean hasSingleOption()
      Dropdown/combo box for selecting one option.
      
      .soulfire.v1.DialogSingleOptionInput single_option = 3;
      Returns:
      Whether the singleOption field is set.
    • getSingleOption

      DialogSingleOptionInput getSingleOption()
      Dropdown/combo box for selecting one option.
      
      .soulfire.v1.DialogSingleOptionInput single_option = 3;
      Returns:
      The singleOption.
    • getSingleOptionOrBuilder

      DialogSingleOptionInputOrBuilder getSingleOptionOrBuilder()
      Dropdown/combo box for selecting one option.
      
      .soulfire.v1.DialogSingleOptionInput single_option = 3;
    • hasNumberRange

      boolean hasNumberRange()
      Slider for selecting a number in a range.
      
      .soulfire.v1.DialogNumberRangeInput number_range = 4;
      Returns:
      Whether the numberRange field is set.
    • getNumberRange

      DialogNumberRangeInput getNumberRange()
      Slider for selecting a number in a range.
      
      .soulfire.v1.DialogNumberRangeInput number_range = 4;
      Returns:
      The numberRange.
    • getNumberRangeOrBuilder

      DialogNumberRangeInputOrBuilder getNumberRangeOrBuilder()
      Slider for selecting a number in a range.
      
      .soulfire.v1.DialogNumberRangeInput number_range = 4;
    • getInputCase

      DialogInput.InputCase getInputCase()