Contact
constructor(uid: String? = null, group: Boolean = false, members: MutableSet<String> = mutableSetOf(), displayName: String? = null, prefix: String? = null, givenName: String? = null, middleName: String? = null, familyName: String? = null, suffix: String? = null, phoneticGivenName: String? = null, phoneticMiddleName: String? = null, phoneticFamilyName: String? = null, nickName: LabeledProperty<Nickname>? = null, organization: Organization? = null, jobTitle: String? = null, jobDescription: String? = null, phoneNumbers: LinkedList<LabeledProperty<Telephone>> = LinkedList(), emails: LinkedList<LabeledProperty<Email>> = LinkedList(), impps: LinkedList<LabeledProperty<Impp>> = LinkedList(), addresses: LinkedList<LabeledProperty<Address>> = LinkedList(), categories: LinkedList<String> = LinkedList(), urls: LinkedList<LabeledProperty<Url>> = LinkedList(), relations: LinkedList<Related> = LinkedList(), note: String? = null, anniversary: Anniversary? = null, birthDay: Birthday? = null, customDates: LinkedList<LabeledProperty<XAbDate>> = LinkedList(), photo: ByteArray? = null, unknownProperties: String? = null)