ContactInfoParcelable.Builder


public final class ContactInfoParcelable.Builder


מחלקת Builder של ContactInfoParcelable.

סיכום

‫constructors ציבוריים

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

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

‫constructors ציבוריים

בנאי

public Builder()

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

בנאי

public Builder(ContactInfoParcelable origin)

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

‫methods ציבוריים

build

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.