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

#import <JiveAddress.h>

Inherits JiveObject.

Properties

NSString * jive_label
 For primary addresses the value must be "Address". To learn the list of address fields available in a Jive instance do a GET to /metadata/objects/addresses. When using the Javascript API then execute metadata.getObjectMetadata("addresses").
 
NSDictionary * value
 A valid postal address. This is a JSON object where one or more of the following String fields must be specified: streetAddress, locality, region, postalCode or country.
 
NSString * type
 Possible values are home, other or work. This field is optional when creating an address.
 
NSNumber * primary
 True if this is the primary postal address.
 

Detailed Description