Package com.intercom.api.types
Interface ListItemWithImage.ImageStage
-
- All Known Implementing Classes:
ListItemWithImage.Builder
- Enclosing class:
- ListItemWithImage
public static interface ListItemWithImage.ImageStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListItemWithImage.ImageWidthStageimage(java.lang.String image)An image that will be displayed to the left of the item.
-
-
-
Method Detail
-
image
ListItemWithImage.ImageWidthStage image(@NotNull java.lang.String image)
An image that will be displayed to the left of the item.
-
-