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