Package com.intercom.api.types
Class CheckboxComponent
java.lang.Object
com.intercom.api.types.CheckboxComponent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic final classstatic interfacestatic interfacestatic final class -
Method Summary
-
Method Details
-
getId
- Returns:
- A unique identifier for the component.
-
getOption
- Returns:
- The list of options. Minimum of 1.
-
getLabel
- Returns:
- The text shown above the options.
-
getValue
- Returns:
- The option's that are selected by default.
-
getSaveState
- Returns:
- Styles the input. Default is
unsaved. Prevent action withsaved.
-
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
-