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

#import <JiveObjectMetadata.h>

Inherits JiveObject.

Properties

NSNumber * associatable
 Flag indicating whether objects of this type can be associated to (followed in) an activity stream. Present on Jive core object types only.
 
NSString * availability
 Comments regarding when objects of this type will be available.
 
NSNumber * commentable
 Flag indicating whether objects of this type can have comments added to them. Present on Jive core object types only.
 
NSNumber * content
 Flag indicating whether this object type represents a Jive content object. Present on Jive core object types only.
 
NSString * jiveDescription
 Description of this object type.
 
NSString * example
 A usage example for this object type.
 
NSArray * fields
 Metadata about the fields that may be present in the JSON representation of this object type. JiveField[].
 
NSString * name
 The name of this object type.
 
NSNumber * objectType
 Internal (to Jive) identifier for the object type of this object.
 
NSArray * outcomeTypes
 Names of structured outcome types that are possible for this object type (if any). JiveOutcomeType[].
 
NSNumber * place
 Flag indicating whether or not objects of this type are a Jive place (blog, group, project, or space). Present on Jive core object types only.
 
NSString * plural
 The plural name of this object type. Present on Jive core object types only.
 
NSArray * resourceLinks
 Metadata about the resources that may be present in the JSON representation of this object type. JiveResource[].
 
NSString * since
 Comments about the first version of the API in which this object became available.
 

Detailed Description

The metadata describing an object type, including the fields it includes. https://docs.developers.jivesoftware.com/api/v3/cloud/rest/ObjectEntity.html