Package com.intercom.api.types
Class ListItemWithImage
java.lang.Object
com.intercom.api.types.ListItemWithImage
- All Implemented Interfaces:
IListItem
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Method Summary
-
Method Details
-
getType
-
getId
-
getTitle
-
getSubtitle
- Specified by:
getSubtitlein interfaceIListItem- Returns:
- The text shown underneath the item's title.
-
getTertiaryText
- Specified by:
getTertiaryTextin interfaceIListItem- Returns:
- The text shown next to the subtitle, separates by a bullet.
-
getRoundedImage
- Specified by:
getRoundedImagein interfaceIListItem- Returns:
- Rounds the corners of the image. Default is
false.
-
getDisabled
- Specified by:
getDisabledin interfaceIListItem- Returns:
- Styles all list items and prevents the action. Default is
false.
-
getAction
-
getImage
- Returns:
- An image that will be displayed to the left of the item.
-
getImageWidth
public int getImageWidth()- Returns:
- The exact width of the image in pixels.
-
getImageHeight
public int getImageHeight()- Returns:
- The exact height of the image in pixels.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-