Package com.intercom.api.types
Class DropdownComponent
java.lang.Object
com.intercom.api.types.DropdownComponent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic final class -
Method Summary
-
Method Details
-
getId
- Returns:
- A unique identifier for the component.
-
getOptions
- Returns:
- The list of options. Can provide 2 to 10.
-
getLabel
- Returns:
- The text shown above the dropdown.
-
getValue
- Returns:
- The option that is selected by default.
-
getSaveState
- Returns:
- Styles all options and prevents the action. Default is
unsaved. Will be overridden ifsave_stateissaved.
-
getDisabled
- Returns:
- Styles all options and prevents the action. Default is false. Will be overridden if save_state is saved.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-