UpdateProfileRequest

@JsonClass(generateAdapter = true)
class UpdateProfileRequest

The subset of data available for update. Field names match the ones in Profile. Only the provided fields will be updated.

Parameters

firstName

The user's first name.

lastName

The user's last name.

displayName

The user's display name. This is the name that is displayed on their profile.

description

The about section on a user's profile.

pronunciation

The phonetic pronunciation of the user's name.

pronouns

The pronouns the user uses.

location

The user's location.

jobTitle

The user's job title.

company

The user's current company's name.

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val company: String? = null
Link copied to clipboard
val description: String? = null
Link copied to clipboard
val displayName: String? = null
Link copied to clipboard
val firstName: String? = null
Link copied to clipboard
val jobTitle: String? = null
Link copied to clipboard
val lastName: String? = null
Link copied to clipboard
val location: String? = null
Link copied to clipboard
val pronouns: String? = null
Link copied to clipboard
val pronunciation: 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