ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


Classe Builder pour ContactInfoParcelable.

Résumé

Constructeurs publics

Crée un compilateur pour ContactInfoParcelable.

Crée un compilateur pour ContactInfoParcelable.

Constructeurs publics

Builder

Builder()

Crée un compilateur pour ContactInfoParcelable.

Builder

Builder(origin: ContactInfoParcelable!)

Crée un compilateur pour ContactInfoParcelable.

Fonctions publiques

setDisplayName

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

Définit display name.

setEmailAddress

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

Définit email address.

setPhoneNumber

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

Définit phone number.