Class SingleSelectOption

java.lang.Object
com.intercom.api.types.SingleSelectOption

public final class SingleSelectOption extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
      The type of component you are rendering.
    • getId

      public String getId()
      Returns:
      A unique identifier for the option.
    • getText

      public String getText()
      Returns:
      The text shown within this option.
    • getDisabled

      public Optional<Boolean> getDisabled()
      Returns:
      Styles the option and prevents the action. Default is false.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static SingleSelectOption.IdStage builder()