Package com.intercom.api.types
Interface ListItem._FinalStage
- All Known Implementing Classes:
ListItem.Builder
- Enclosing class:
ListItem
public static interface ListItem._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionaction(ActionComponent action) action(Optional<ActionComponent> action) build()roundedImage(Boolean roundedImage) roundedImage(Optional<Boolean> roundedImage) tertiaryText(String tertiaryText) tertiaryText(Optional<String> tertiaryText)
-
Method Details
-
build
ListItem build() -
subtitle
-
subtitle
-
tertiaryText
-
tertiaryText
-
roundedImage
-
roundedImage
-
disabled
-
disabled
-
action
-
action
-