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