| mobisocial.omlib.model.OmletModel.Objects.ObjectColumns |
Known Indirect Subclasses
|
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | AGGREGATE_LIKE_COUNT | ||||||||||
| String | AUDIO_HASH | ||||||||||
| String | CALLBACK | ||||||||||
| String | COMMENT_COUNT | The total number of comments for this object (Integer) | |||||||||
| String | CUSTOM_NAME | ||||||||||
| String | DELETED | Whether this object has been deleted and should not be displayed. | |||||||||
| String | DISPLAY_CAPTION | Text to display below an image for this object (for type='rdl') (String) | |||||||||
| String | DISPLAY_TEXT | Text to display with this object (for type='rdl') (String) | |||||||||
| String | DISPLAY_THUMBNAIL_HASH | Hash of a thumbnail to display with this object (for type='rdl') (byte[]) | |||||||||
| String | DISPLAY_TITLE | Title to display with this object (for type='rdl') (String) | |||||||||
| String | DURATION | ||||||||||
| String | ENCODED_AGGREGATE_LIKES | Likes that are associated with a grouping of objects including this one. | |||||||||
| String | ENCODED_LIKES | Encoding of the likes on this object (byte[])
LikeEncoder to parse this value. |
|||||||||
| String | FEED_ID | Id of the feed containing this object (Long) | |||||||||
| String | FILENAME | ||||||||||
| String | FILE_HASH | Hash of the file associated with this object (type = 'file', 'data') (byte[]) | |||||||||
| String | FULLSIZE_HASH | Hash of the fullsize image (for type='picture') (byte[]) | |||||||||
| String | FULLSIZE_HEIGHT | Height of the fullsize image (for type='picture') (int) | |||||||||
| String | FULLSIZE_WIDTH | Width of the fullsize image (for type='picture') (int) | |||||||||
| String | GIF_HASH | ||||||||||
| String | ID | Database Id for this row. | |||||||||
| String | ID_HASH | ||||||||||
| String | JSON | Json (encoded as a string) for this object (type = 'data', 'rdl') | |||||||||
| String | LATITUDE | Latitude of the position for this object (type = 'location') (Double) | |||||||||
| String | LIKE_COUNT | The total number of likes on this object (Integer) | |||||||||
| String | LONGITUDE | Longitude of the position for this object (type = 'location') (Double) | |||||||||
| String | MESSAGE_ID | ||||||||||
| String | MESSAGE_STATUS | ||||||||||
| String | MIME_TYPE | Mime type for the content attached to this object (type = 'file', 'data') | |||||||||
| String | MODIFIED_TIMESTAMP | ||||||||||
| String | NOUN | A human readable type for this object, eg 'story' or 'high score' (String) | |||||||||
| String | OUTGOING_MSG_ID | ||||||||||
| String | PARENT_ID | Id of the object this object references, eg for a 'comment' (Long) | |||||||||
| String | PAYLOAD | A (small) binary payload for this object. | |||||||||
| String | PLACE_NAME | ||||||||||
| String | SENDER_ID | The database id of the identity that sent this object (Long) | |||||||||
| String | SERVER_IDENTIFIER | A unique identifier for this message (String) | |||||||||
| String | SERVER_METADATA | ||||||||||
| String | SERVER_TIMESTAMP | A timestamp for when the message was received by the server. | |||||||||
| String | SK_HASH | ||||||||||
| String | TEXT | Body of a text message. | |||||||||
| String | THUMBNAIL_HASH | Hash of a thumbnail for this object (for type='picture') (byte[]) | |||||||||
| String | THUMBNAIL_HEIGHT | Height of a thumbnail for this object (for type='picture') (int) | |||||||||
| String | THUMBNAIL_WIDTH | Width of a thumbnail for this object (for type='picture') (int) | |||||||||
| String | TIMESTAMP | ||||||||||
| String | TYPE | Type of this object (String) | |||||||||
| String | UNIVERSAL_ID | ||||||||||
| String | VIDEO_HASH | ||||||||||
| String | WEB_CALLBACK | A web url to launch for this object as a fallback to launching a native app (for type='rdl') (String) | |||||||||
The total number of comments for this object (Integer)
Whether this object has been deleted and should not be displayed. If it has been deleted, various fields may also be modified.
Text to display below an image for this object (for type='rdl') (String)
Text to display with this object (for type='rdl') (String)
Hash of a thumbnail to display with this object (for type='rdl') (byte[])
Title to display with this object (for type='rdl') (String)
Likes that are associated with a grouping of objects including this one.
Encoding of the likes on this object (byte[])
LikeEncoder to parse this value.
Format:
{pre}
All (Fields) are 64 bits (Long)
LikeEntry := (ContactId)(LikeCount)
LikeEncoding := (LikeEntryCount)[(LikeEntry)...]
{/pre}
Id of the feed containing this object (Long)
Hash of the file associated with this object (type = 'file', 'data') (byte[])
Hash of the fullsize image (for type='picture') (byte[])
Height of the fullsize image (for type='picture') (int)
Width of the fullsize image (for type='picture') (int)
Database Id for this row. (Long)
Json (encoded as a string) for this object (type = 'data', 'rdl')
Latitude of the position for this object (type = 'location') (Double)
The total number of likes on this object (Integer)
Longitude of the position for this object (type = 'location') (Double)
Mime type for the content attached to this object (type = 'file', 'data')
A human readable type for this object, eg 'story' or 'high score' (String)
Id of the object this object references, eg for a 'comment' (Long)
A (small) binary payload for this object.
The database id of the identity that sent this object (Long)
A unique identifier for this message (String)
A timestamp for when the message was received by the server. Often used to sort objects. (Long)
Body of a text message.
Hash of a thumbnail for this object (for type='picture') (byte[])
Height of a thumbnail for this object (for type='picture') (int)
Width of a thumbnail for this object (for type='picture') (int)
Type of this object (String)
A web url to launch for this object as a fallback to launching a native app (for type='rdl') (String)