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

#import <JiveInvite.h>

Inheritance diagram for JiveInvite:
JiveTypedObject

Properties

NSString * body
 The (HTML) body content of this invitation.
 
NSString * email
 The email address of the invitee, if not a Jive person. Otherwise, the invitee field will be populated.
 
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.
 
JivePersoninvitee
 The person that was invited, if the invitee is a Jive person. If not, the email field should be populated.
 
JivePersoninviter
 The person that issued this invitation.
 
JivePlaceplace
 The place to which the invitee was invited.
 
NSDate * published
 The date and time at which this invite was created.
 
NSDate * revokeDate
 The date and time at which this invitation was revoked (if any).
 
JivePersonrevoker
 The person that revoked this invitation (if any).
 
NSDate * sentDate
 The date and time at which this invitation was sent.
 
enum JiveInviteState state
 The current state of this invitation.
 
NSDate * updated
 The date and time at which this invite was last updated.
 
- Properties inherited from JiveTypedObject
NSString * type
 The object type of this object. This field is required when creating new content.
 

Detailed Description