Name

class Name

The full name of the user.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The family name of the user.

Link copied to clipboard

A string containing a formatted version of the name for display.

Link copied to clipboard

The given name of the user.

Link copied to clipboard

The honorific prefix of the user. For example, "Dr."

Link copied to clipboard

The honorific suffix of the user. For example, "M.D."

Link copied to clipboard

The middle name of the user.

Functions

Link copied to clipboard
inline fun copy(block: Name.Builder.() -> Unit = {}): Name
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