Package com.intercom.api.types
Interface CheckboxComponent.LabelStage
-
- All Known Implementing Classes:
CheckboxComponent.Builder
- Enclosing class:
- CheckboxComponent
public static interface CheckboxComponent.LabelStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckboxComponent._FinalStagelabel(java.lang.String label)The text shown above the options.
-
-
-
Method Detail
-
label
CheckboxComponent._FinalStage label(@NotNull java.lang.String label)
The text shown above the options.
-
-