Package com.intercom.api.types
Class Component
java.lang.Object
com.intercom.api.types.Component
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic Componentbutton(ButtonComponent value) static Componentcheckbox(CheckboxComponent value) static ComponentdataTable(DataTableComponent value) static Componentdivider(DividerComponent value) static Componentdropdown(DropdownComponent value) getImage()getInput()getList()getText()static Componentimage(ImageComponent value) static Componentinput(InputComponent value) booleanisButton()booleanbooleanbooleanbooleanbooleanisImage()booleanisInput()booleanisList()booleanbooleanisSpacer()booleanisText()booleanstatic Componentlist(ListComponent value) static Componentstatic Componentspacer(SpacerComponent value) static Componenttext(TextComponent value) static Componenttextarea(TextAreaComponent value) <T> Tvisit(Component.Visitor<T> visitor)
-
Method Details
-
visit
-
button
-
checkbox
-
dropdown
-
input
-
list
-
singleSelect
-
textarea
-
dataTable
-
divider
-
image
-
spacer
-
text
-
isButton
public boolean isButton() -
isCheckbox
public boolean isCheckbox() -
isDropdown
public boolean isDropdown() -
isInput
public boolean isInput() -
isList
public boolean isList() -
isSingleSelect
public boolean isSingleSelect() -
isTextarea
public boolean isTextarea() -
isDataTable
public boolean isDataTable() -
isDivider
public boolean isDivider() -
isImage
public boolean isImage() -
isSpacer
public boolean isSpacer() -
isText
public boolean isText() -
_isUnknown
public boolean _isUnknown() -
getButton
-
getCheckbox
-
getDropdown
-
getInput
-
getList
-
getSingleSelect
-
getTextarea
-
getDataTable
-
getDivider
-
getImage
-
getSpacer
-
getText
-
_getUnknown
-