ContactInfoParcelable.Builder


public final 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)

public Builder()

تنشئ هذه الطريقة أداة إنشاء جديدة لـ ContactInfoParcelable.

"البنّاء" (Builder)

public Builder(ContactInfoParcelable origin)

تنشئ هذه الطريقة أداة إنشاء جديدة لـ ContactInfoParcelable.

الإجراءات العامة

إنشاء

public ContactInfoParcelable build()

تنشئ ContactInfoParcelable.

setDisplayName

@CanIgnoreReturnValue
public ContactInfoParcelable.Builder setDisplayName(@Nullable String displayName)

تضبط هذه السمة قيمة display name.

setEmailAddress

@CanIgnoreReturnValue
public ContactInfoParcelable.Builder setEmailAddress(@Nullable String emailAddress)

تضبط هذه السمة قيمة email address.

setLookupKey

@CanIgnoreReturnValue
public ContactInfoParcelable.Builder setLookupKey(@NonNull String lookupKey)

تضبط هذه السمة قيمة lookup key.

setPhoneNumber

@CanIgnoreReturnValue
public ContactInfoParcelable.Builder setPhoneNumber(@Nullable String phoneNumber)

تضبط هذه السمة قيمة phone number.