Skip to content

Latest commit

 

History

History
23 lines (11 loc) · 494 Bytes

File metadata and controls

23 lines (11 loc) · 494 Bytes

ChatType

org.thingsboard.client.model.ChatType

Enum Values

  • GENERIC (value: "GENERIC")

  • SOLUTION_BUILDER (value: "SOLUTION_BUILDER")


Conventions

  • Package: org.thingsboard.client.model
  • Getter pattern: get<PropertyName>() — e.g., getId(), getName()
  • Setter pattern: set<PropertyName>(value) — e.g., setId(value), setName(value)
  • Null fields: Getters return null for unset optional fields; they do not throw exceptions