Package com.intercom.api.types
Interface ListItemWithImage._FinalStage
- All Known Implementing Classes:
ListItemWithImage.Builder
- Enclosing class:
ListItemWithImage
public static interface ListItemWithImage._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
ListItemWithImage build() -
subtitle
-
subtitle
-
tertiaryText
-
tertiaryText
-
roundedImage
-
roundedImage
-
disabled
-
disabled
-
action
-
action
-