ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


Clase de compilador para ContactInfoParcelable.

Resumen

Constructores públicos

Crea un compilador nuevo para ContactInfoParcelable.

Crea un compilador nuevo para ContactInfoParcelable.

Constructores públicos

Builder

Builder()

Crea un compilador nuevo para ContactInfoParcelable.

Builder

Builder(origin: ContactInfoParcelable!)

Crea un compilador nuevo para ContactInfoParcelable.

Funciones públicas

setDisplayName

@CanIgnoreReturnValue
fun setDisplayName(displayName: String?): ContactInfoParcelable.Builder!

Establece el display name.

setEmailAddress

@CanIgnoreReturnValue
fun setEmailAddress(emailAddress: String?): ContactInfoParcelable.Builder!

Establece el email address.

setLookupKey

@CanIgnoreReturnValue
fun setLookupKey(lookupKey: String): ContactInfoParcelable.Builder!

Establece el lookup key.

setPhoneNumber

@CanIgnoreReturnValue
fun setPhoneNumber(phoneNumber: String?): ContactInfoParcelable.Builder!

Establece el phone number.