ProfileContactInfo
constructor(homePhone: String? = null, workPhone: String? = null, cellPhone: String? = null, email: String? = null, contactForm: URI? = null, calendar: URI? = null)
Parameters
homePhone
The user's home phone number.
workPhone
The user's work phone number.
cellPhone
The user's cell phone number.
email
The user's email address as provided on the contact section of the profile. Might differ from their account emails.
contactForm
The URL to the user's contact form.
calendar
The URL to the user's calendar.