ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


ContactInfoParcelable के लिए बिल्डर क्लास.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

यह ContactInfoParcelable के लिए नया बिल्डर बनाता है.

यह ContactInfoParcelable के लिए नया बिल्डर बनाता है.

सार्वजनिक फ़ंक्शन

ContactInfoParcelable!

यह ContactInfoParcelable बनाता है.

ContactInfoParcelable.Builder!

display name को सेट करता है.

ContactInfoParcelable.Builder!

email address को सेट करता है.

ContactInfoParcelable.Builder!

lookup key को सेट करता है.

ContactInfoParcelable.Builder!

phone number को सेट करता है.

सार्वजनिक कंस्ट्रक्टर

बिल्डर

Builder()

यह ContactInfoParcelable के लिए नया बिल्डर बनाता है.

बिल्डर

Builder(origin: ContactInfoParcelable!)

यह ContactInfoParcelable के लिए नया बिल्डर बनाता है.

सार्वजनिक फ़ंक्शन

बनाएं

fun build(): ContactInfoParcelable!

यह ContactInfoParcelable बनाता है.

setDisplayName

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

display name को सेट करता है.

setEmailAddress

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

email address को सेट करता है.

setLookupKey

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

lookup key को सेट करता है.

setPhoneNumber

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

phone number को सेट करता है.