ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


Builder class for ContactInfoParcelable.

Summary

Public constructors

Creates a new builder for ContactInfoParcelable.

Creates a new builder for ContactInfoParcelable.

Public constructors

Builder

Builder()

Creates a new builder for ContactInfoParcelable.

Builder

Builder(origin: ContactInfoParcelable!)

Creates a new builder for ContactInfoParcelable.

Public functions

build

fun build(): ContactInfoParcelable!

Builds the ContactInfoParcelable.

setDisplayName

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

Sets the display name.

setEmailAddress

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

Sets the email address.

setPhoneNumber

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

Sets the phone number.