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