#import <JiveOutcome.h>
Properties | |
| NSDate * | creationDate |
| The creation date of the outcome. | |
| NSString * | jiveId |
| Identifier (unique within an object type and Jive instance) of this object. This field is internal to Jive and should not be confused with contentID or placeID used in URIs. | |
| JiveOutcomeType * | outcomeType |
| Flag indicating whether objects of this type can be associated to (followed in) an activity stream. Present on Jive core object types only. | |
| NSString * | parent |
| The owner of outcome which is the content object the outcome was made on. | |
| NSArray * | properties |
| The properties of the outcome. | |
| NSDate * | updated |
| The modification date of the outcome. | |
| JivePerson * | user |
| The user assigned to the outcome. | |
Properties inherited from JiveTypedObject | |
| NSString * | type |
| The object type of this object. This field is required when creating new content. | |