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

#import <JiveDiscussion.h>

Inherits JiveStructuredOutcomeContent.

Properties

NSString * answer
 URI of the correct answer (if any) to this discussion, if it is a question.
 
NSArray * attachments
 List of attachments to this message (if any). JiveAttachment[].
 
NSArray * categories
 Categories associated with this object. Places define the list of possible categories. String[].
 
NSArray * helpful
 NSString URIs of messages that have been marked "helpful", if this discussion is a question. String[].
 
JiveGenericPersononBehalfOf
 Information that is available when the discussion was posted by the author on behalf of another person. This person may be an anonymous user, an unknown user with just an email address or another user of Jive.
 
NSNumber * question
 Flag indicating that this discussion is a question.
 
NSString * resolved
 If this discussion is a question, this field will contain the resolution state ("open", "resolved", "assumed_resolved"). If the current state is "open", it may be changed to "assumed_resolved" by the author or a moderator. Availability: Only present on a discussion marked as a question.
 
NSNumber * restrictReplies
 Flag indicating that old messages replying to this discussion will be visible, but new messages (or changes to the structured outcome settings on messages) will not be allowed.
 
NSArray * users
 The list of users that can see the content. On create or update, provide a list of Person URIs or Person entities. On get, returns a list of Person entities. This value is used only when visibility is people. String[] or Person[].
 
JiveViavia
 Information that is available when the discussion was posted via an external system.
 
NSString * visibility
 The visibility policy for this discussion. Valid values are:
 

Detailed Description