#import <JiveIdea.h>
Inherits JiveStructuredOutcomeContent.
Properties | |
| NSArray * | authors |
| List of people who are authors on this content. Authors are allowed to edit the content. This value is used only when authorship is limited. Person[]. | |
| NSString * | authorship |
| The authorship policy for this content. | |
| NSString * | authorshipPolicy |
| Authorship policy for this idea (open, single, or multiple). | |
| NSArray * | categories |
| Categories associated with this object. Places define the list of possible categories. NSString[]. | |
| NSNumber * | commentCount |
| Number of comments (included nested comments) associated with this idea. | |
| NSNumber * | score |
| Current score for this idea. | |
| NSString * | stage |
| Current stage for this idea. | |
| 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[]. | |
| NSString * | visibility |
| The visibility policy for this discussion. Valid values are: | |
| NSNumber * | voteCount |
| Number of votes on this idea so far. | |
| NSNumber * | voted |
| Flag indicating whether or not the requesting user has voted on this idea or not. | |