iOS SDK  v0.6.2-113-gb00714b
 All Classes Functions Properties
JiveActivityObject Class Reference

#import <JiveActivityObject.h>

Inherits JiveObject.

Properties

JiveActivityObjectauthor
 The person (or other entity) that created or authored this object.
 
NSString * content
 Natural language description of this object (may contain HTML markup).
 
NSArray * contentImages
 Image data for embedded images. JiveImage[].
 
NSArray * contentVideos
 Video data for embedded videos. JiveContentVideo[].
 
JiveMediaLinkimage
 Description of a resource providing a visual representation of this object, intended for human consumption.
 
NSString * objectType
 The type of this object. Standard Jive objects will all have a prefix of jive:.
 
NSDate * published
 Date and time when this object was initally published.
 
NSString * summary
 Natural language summarization of this object, which may contain HTML markup.
 
NSDate * updated
 Date and time at which a previously published object was modified.
 
NSURL * url
 URI identifying a resource that provides an HTML representation of the object.
 
NSNumber * question
 Flag indicating that this discussion is marked as a question, if object is a discussion.
 
NSString * resolved
 If the object field contains a discussion marked as a question, this field will contain the resolution state ("open", "resolved", or "assumed_resolved").
 
NSURL * answer
 URI of the correct answer (if any), if this object is a discussion marked as a question.
 
NSNumber * canReply
 Flag indicating that this content can be replied to.
 
NSNumber * canComment
 Flag indicating that this content can be commented on.
 

Detailed Description