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

#import <JiveStream.h>

Inheritance diagram for JiveStream:
JiveTypedObject

Properties

NSNumber * count
 The number of activities in this stream that have been added since the last time activities were retrieved with the updateLastRead flag set to true. Availability: Only available when retrieving one of your own streams.
 
NSString * jiveId
 Unique identifier of this custom stream.
 
NSString * name
 
JivePersonperson
 A Person describing the person that owns this custom stream.
 
NSDate * published
 Date and time this custom stream was originally created.
 
NSNumber * receiveEmails
 Flag indicating whether the owner of this custom stream wants to receive email when new activity arrives.
 
NSString * source
 Source of this particular stream. Custom streams managed via this API MUST have a stream source of custom. Other values for non-custom streams are:
 
NSDate * updated
 Date and time this custom stream configuration was most recently updated.
 
NSDate * updatesNew
 Date and time denoting the last time that activities in this stream were read (with the updateLastRead parameter set to true). Activities with a published date/time later than this are considered "new updates". Availability: Only available when retrieving your own streams.
 
NSDate * updatesPrevious
 Date and time denoting the previous value of the updatesNew field, reset when activities are read with the updateLastRead parameter set to true. Availability: Only available when retrieving your own streams.
 
- Properties inherited from JiveTypedObject
NSString * type
 The object type of this object. This field is required when creating new content.
 

Detailed Description

Property Documentation

- (NSString*) name
readwritenonatomiccopy

Name of this custom stream. Will be a zero length string on custom streams with a source other than custom. Must be unique (per user) for streams with source custom. Not included in the REST documentation is the length limit. As of 2013-2-21 the limit is 18 characters.