Package com.intercom.api.types
Interface ListItem.TitleStage
-
- All Known Implementing Classes:
ListItem.Builder
- Enclosing class:
- ListItem
public static interface ListItem.TitleStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListItem._FinalStagetitle(java.lang.String title)The text shown as the title for the item.
-
-
-
Method Detail
-
title
ListItem._FinalStage title(@NotNull java.lang.String title)
The text shown as the title for the item.
-
-