Package com.intercom.api.types
Interface CheckboxComponent.IdStage
-
- All Known Implementing Classes:
CheckboxComponent.Builder
- Enclosing class:
- CheckboxComponent
public static interface CheckboxComponent.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckboxComponent.Builderfrom(CheckboxComponent other)CheckboxComponent.LabelStageid(java.lang.String id)A unique identifier for the component.
-
-
-
Method Detail
-
id
CheckboxComponent.LabelStage id(@NotNull java.lang.String id)
A unique identifier for the component.
-
from
CheckboxComponent.Builder from(CheckboxComponent other)
-
-