#import <JivePhoneNumber.h>
Inherits JiveObject.
Properties | |
| NSString * | jive_label |
| For primary phone numbers the value must be "Phone Number". To learn the list of phone number fields available in a Jive instance do a GET to /metadata/objects/phoneNumbers. When using the Javascript API then execute metadata.getObjectMetadata("phoneNumbers"). | |
| NSString * | value |
| A valid phone number. | |
| NSString * | type |
| Possible values are home, other, fax, mobile, pager or work. | |
| bool | primary |
| True if this is the primary phone number. | |