public final class BiteJS extends JavaScriptObject implements Bite
Modifier and Type | Field and Description |
---|---|
static BiteJS |
EMPTY_BITE
The empty instance of a bite.
|
Modifier | Constructor and Description |
---|---|
protected |
BiteJS() |
Modifier and Type | Method and Description |
---|---|
DiffLookJS |
difference()
The difference associated with this bite.
|
MessageJS |
message()
The first message associated with this bite.
|
JsArray<MessageJS> |
messages()
All messages associated with this bite.
|
PersonJS |
person()
The first person associated with this bite.
|
JsArray<PersonJS> |
persons()
All persons associated with this bite.
|
PollJS |
poll()
The poll associated with this bite.
|
char |
relation() |
Date |
sentDate()
The date on which the bite was parsed into the database.
|
_delete, _get, _getBoolean, _getByte, _getChar, _getDouble, _getFloat, _getInt, _getShort, _getString, _hasOwnProperty, _hasProperty, _propertyIsEnumerable, _set, _setBoolean, _setByte, _setChar, _setDouble, _setFloat, _setInt, _setShort, _setString, cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final BiteJS EMPTY_BITE
protected BiteJS()
public DiffLookJS difference()
Bite
difference
in interface Bite
public MessageJS message()
Bite
public JsArray<MessageJS> messages()
Bite
public char relation()
public Date sentDate()
Bite
public PersonJS person()
Bite
public JsArray<PersonJS> persons()
Bite