public interface Bite
Modifier and Type | Method and Description |
---|---|
DiffLook |
difference()
The difference associated with this bite.
|
Message |
message()
The first message associated with this bite.
|
Object |
messages()
All messages associated with this bite.
|
Person |
person()
The first person associated with this bite.
|
Object |
persons()
All persons associated with this bite.
|
Poll |
poll()
The poll associated with this bite.
|
Date |
sentDate()
The date on which the bite was parsed into the database.
|
DiffLook difference()
Message message()
Object messages()
Date sentDate()
Person person()
Object persons()