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

#import <JivePlace.h>

Inheritance diagram for JivePlace:
JiveTypedObject JiveBlog JiveGroup JiveProject JiveSpace

Properties

NSArray * contentTypes
 Blogs can only have Posts. Other content types cannot be added. String[].
 
NSString * jiveDescription
 Human readable description of this place.
 
NSString * displayName
 Display name of this place. It must be unique among places of the same type in this Jive instance. This value is used to compose the URL for the HTML presentation of this place in the Jive user interface.
 
NSNumber * followerCount
 Number of people following this object.
 
NSString * highlightBody
 Highlight snippet of a search match in the body or description.
 
NSString * highlightSubject
 Highlight snippet of a search match in the subject or name.
 
NSString * highlightTags
 Highlight snippet of a search match in tags.
 
NSString * iconCss
 CSS Style to locate icon within sprite.
 
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.
 
NSString * name
 Formal name of this place. It must be unique among places of the same type in this Jive instance.
 
NSString * parent
 URI of the parent place of this content object. When visibility is place then the URI points to a place (and is required on create). Otherwise, this field is not part of the returned JSON (and must not be included on create).
 
JiveSummaryparentContent
 Summary information about the content object that is the parent of this object.
 
JiveSummaryparentPlace
 Summary information about the place that contains this object.
 
NSString * placeID
 Internal Jive ID associated with the place.
 
NSDate * published
 Date and time when this content object was originally created.
 
NSString * status
 Published status of this content object.
 
NSDate * updated
 Date and time this content object was most recently updated.
 
NSNumber * viewCount
 Number of times this content object has been viewed.
 
bool visibleToExternalContributors
 Flag indicating that this content object is potentially visible to external contributors.
 
- Properties inherited from JiveTypedObject
NSString * type
 The object type of this object. This field is required when creating new content.
 

Detailed Description