Package com.intercom.api.types
Class InputComponent
java.lang.Object
com.intercom.api.types.InputComponent
-
Method Details
-
getId
- Returns:
- A unique identifier for the component.
-
getLabel
- Returns:
- The text shown above the input.
-
getPlaceholder
- Returns:
- An example value shown inside the component when it's empty.
-
getValue
- Returns:
- An entered value which is already inside the component.
-
getAction
- Returns:
- This can be a Submit Action, URL Action, or Sheets Action.
-
getSaveState
- Returns:
- Styles the input. Default is
unsaved. Prevent action withsaved.
-
getDisabled
- Returns:
- Styles the input and prevents the action. Default is false. Will be overridden if save_state is saved.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-