#import <JiveInvite.h>
Properties | |
| NSString * | body |
| The (HTML) body content of this invitation. | |
| NSString * | |
| 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. | |
| JivePerson * | invitee |
| The person that was invited, if the invitee is a Jive person. If not, the email field should be populated. | |
| JivePerson * | inviter |
| The person that issued this invitation. | |
| JivePlace * | place |
| 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). | |
| JivePerson * | revoker |
| 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. | |