# VerityModel > Which Verity model an entity wears. `gg.lode.lecternapi.api.verity.VerityModel` --- ## Signature ```java public enum VerityModel ``` --- ## Values | Value | Description | |---|---| | `BALL` | The face sphere. | | `BOX` | The cardboard shipping box the ball arrives in. | --- ## Methods ### getId ```java public String getId() ``` Wire identifier sent to the client. --- ### byId ```java public static VerityModel byId(String id) ``` | Parameter | Type | |---|---| | `id` | `String` | ---