Package com.intercom.api.types
Interface DropdownOption.TextStage
-
- All Known Implementing Classes:
DropdownOption.Builder
- Enclosing class:
- DropdownOption
public static interface DropdownOption.TextStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DropdownOption._FinalStagetext(java.lang.String text)The text shown within this option.
-
-
-
Method Detail
-
text
DropdownOption._FinalStage text(@NotNull java.lang.String text)
The text shown within this option.
-
-