#import <JiveCategory.h>
Properties | |
| NSString * | jiveDescription |
| Description of the category. | |
| NSNumber * | followerCount |
| Number of people following this object. Availability: Will be present only for object types that support being followed. | |
| 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. | |
| NSNumber * | likeCount |
| Number of people who have liked this object. Availability: Will be present only for object types that support being liked. | |
| NSString * | name |
| Name of the category. | |
| NSString * | place |
| URI of the place where this category belongs. | |
| NSDate * | published |
| Date and time this object was originally created. | |
| NSArray * | tags |
| Tags associated with this object. | |
| NSDate * | updated |
| Date and time this person was most recently updated. | |
Properties inherited from JiveTypedObject | |
| NSString * | type |
| The object type of this object. This field is required when creating new content. | |