public static interface

OmletModel.Objects.ObjectColumns

mobisocial.omlib.model.OmletModel.Objects.ObjectColumns
Known Indirect Subclasses

Summary

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)

Constants

public static final String AGGREGATE_LIKE_COUNT

Constant Value: "aggregateLikeCount"

public static final String AUDIO_HASH

Constant Value: "audioHash"

public static final String CALLBACK

Constant Value: "callback"

public static final String COMMENT_COUNT

The total number of comments for this object (Integer)

Constant Value: "commentCount"

public static final String CUSTOM_NAME

Constant Value: "customName"

public static final String DELETED

Whether this object has been deleted and should not be displayed. If it has been deleted, various fields may also be modified.

Constant Value: "deleted"

public static final String DISPLAY_CAPTION

Text to display below an image for this object (for type='rdl') (String)

Constant Value: "displayCaption"

public static final String DISPLAY_TEXT

Text to display with this object (for type='rdl') (String)

Constant Value: "displayText"

public static final String DISPLAY_THUMBNAIL_HASH

Hash of a thumbnail to display with this object (for type='rdl') (byte[])

Constant Value: "displayThumbnailHash"

public static final String DISPLAY_TITLE

Title to display with this object (for type='rdl') (String)

Constant Value: "displayTitle"

public static final String DURATION

Constant Value: "Duration"

public static final String ENCODED_AGGREGATE_LIKES

Likes that are associated with a grouping of objects including this one.

Constant Value: "encodedAggregateLikes"

public static final String ENCODED_LIKES

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}

Constant Value: "encodedLikes"

public static final String FEED_ID

Id of the feed containing this object (Long)

Constant Value: "feedId"

public static final String FILENAME

Constant Value: "filename"

public static final String FILE_HASH

Hash of the file associated with this object (type = 'file', 'data') (byte[])

Constant Value: "fileHash"

public static final String FULLSIZE_HASH

Hash of the fullsize image (for type='picture') (byte[])

Constant Value: "fullsizeHash"

public static final String FULLSIZE_HEIGHT

Height of the fullsize image (for type='picture') (int)

Constant Value: "fullsizeHeight"

public static final String FULLSIZE_WIDTH

Width of the fullsize image (for type='picture') (int)

Constant Value: "fullsizeWidth"

public static final String GIF_HASH

Constant Value: "gifHash"

public static final String ID

Database Id for this row. (Long)

Constant Value: "_id"

public static final String ID_HASH

Constant Value: "idHash"

public static final String JSON

Json (encoded as a string) for this object (type = 'data', 'rdl')

Constant Value: "json"

public static final String LATITUDE

Latitude of the position for this object (type = 'location') (Double)

Constant Value: "latitude"

public static final String LIKE_COUNT

The total number of likes on this object (Integer)

Constant Value: "likeCount"

public static final String LONGITUDE

Longitude of the position for this object (type = 'location') (Double)

Constant Value: "longitude"

public static final String MESSAGE_ID

Constant Value: "messageId"

public static final String MESSAGE_STATUS

Constant Value: "messageStatus"

public static final String MIME_TYPE

Mime type for the content attached to this object (type = 'file', 'data')

Constant Value: "mimeType"

public static final String MODIFIED_TIMESTAMP

Constant Value: "modifiedTimestamp"

public static final String NOUN

A human readable type for this object, eg 'story' or 'high score' (String)

Constant Value: "noun"

public static final String OUTGOING_MSG_ID

Constant Value: "outgoingId"

public static final String PARENT_ID

Id of the object this object references, eg for a 'comment' (Long)

Constant Value: "parentId"

public static final String PAYLOAD

A (small) binary payload for this object.

Constant Value: "payload"

public static final String PLACE_NAME

Constant Value: "placeName"

public static final String SENDER_ID

The database id of the identity that sent this object (Long)

Constant Value: "SenderId"

public static final String SERVER_IDENTIFIER

A unique identifier for this message (String)

Constant Value: "serverIdentifier"

public static final String SERVER_METADATA

Constant Value: "serverMetadata"

public static final String SERVER_TIMESTAMP

A timestamp for when the message was received by the server. Often used to sort objects. (Long)

Constant Value: "serverTimestamp"

public static final String SK_HASH

Constant Value: "skHash"

public static final String TEXT

Body of a text message.

Constant Value: "text"

public static final String THUMBNAIL_HASH

Hash of a thumbnail for this object (for type='picture') (byte[])

Constant Value: "thumbnailHash"

public static final String THUMBNAIL_HEIGHT

Height of a thumbnail for this object (for type='picture') (int)

Constant Value: "thumbnailHeight"

public static final String THUMBNAIL_WIDTH

Width of a thumbnail for this object (for type='picture') (int)

Constant Value: "thumbnailWidth"

public static final String TIMESTAMP

Constant Value: "timestamp"

public static final String TYPE

Type of this object (String)

Constant Value: "type"

public static final String UNIVERSAL_ID

Constant Value: "universalId"

public static final String VIDEO_HASH

Constant Value: "videoHash"

public static final String WEB_CALLBACK

A web url to launch for this object as a fallback to launching a native app (for type='rdl') (String)

Constant Value: "webCallback"