Class DataTableItem

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

public final class DataTableItem extends Object
  • Method Details

    • getType

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

      public String getField()
      Returns:
      The text of the key in your key-value pair.
    • getValue

      public String getValue()
      Returns:
      The text of the value in your key-value pair.
    • 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 DataTableItem.FieldStage builder()