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