ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


מחלקת Builder של ContactInfoParcelable.

סיכום

‫constructors ציבוריים

יוצרת builder חדש בשביל ContactInfoParcelable.

יוצרת builder חדש בשביל ContactInfoParcelable.

‫constructors ציבוריים

בנאי

Builder()

יוצרת builder חדש בשביל ContactInfoParcelable.

בנאי

Builder(origin: ContactInfoParcelable!)

יוצרת builder חדש בשביל ContactInfoParcelable.

פונקציות ציבוריות

build

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.