You are here

SkyVaultPerson

SkyVaultPerson

This section describes the SkyVaultPerson class.

The SkyVaultPerson class represents a user in the repository.

Class declaration

@interface SkyVaultPerson : NSObject

Properties

Property Description
@property (nonatomic, strong, readonly) NSString *summary Returns the summary/description of the person. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *userName Returns the user name of the person. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *jobTitle; Returns the job title of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *location; Returns the location of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *description; Returns the summary/description of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *telephoneNumber; Returns the telephone number of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *mobileNumber; Returns the mobile number of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *email; Returns the email of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *skypeId; Returns the instant message id of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *instantMessageId; Returns the instant message id of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *googleId; Returns the Google id of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) SkyVaultCompany *company; Returns the company object the person belongs. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *status; Returns the current status of the person. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSDate *statusTime; Returns the time the person status was updated. Returns nil if not available. Added in SDK version 1.3.
@property (nonatomic, strong, readonly) NSString *identifier Returns the user identifier of the person.
@property (nonatomic, strong, readonly) NSString *firstName; Returns the first name of the person.
@property (nonatomic, strong, readonly) NSString *lastName Returns the last name of the person.
@property (nonatomic, strong, readonly) NSString *fullName Returns the full name of the person.
@property (nonatomic, strong, readonly) NSString *avatarIdentifier Returns the unique identifier to the content of the avatar rendition.