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