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