ProfileContactInfo

@JsonClass(generateAdapter = true)
class ProfileContactInfo

The user's contact information. This is only available if the user has chosen to make it public. This is only provided in authenticated API requests.

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.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val calendar: URI? = null
Link copied to clipboard
val cellPhone: String? = null
Link copied to clipboard
val contactForm: URI? = null
Link copied to clipboard
val email: String? = null
Link copied to clipboard
val homePhone: String? = null
Link copied to clipboard
val workPhone: String? = null

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String