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