Package com.intercom.api.types
Interface IListItem
- All Known Implementing Classes:
ListItem,ListItemWithImage,ListItemWithoutImage
public interface IListItem
-
Method Details
-
getType
String getType() -
getId
String getId() -
getTitle
String getTitle() -
getSubtitle
-
getTertiaryText
-
getRoundedImage
-
getDisabled
-
getAction
Optional<ActionComponent> getAction()
-