ContactInfoParcelable.Builder


public final class ContactInfoParcelable.Builder


Класс Builder для ContactInfoParcelable .

Краткое содержание

Государственные строители

Создает новый конструктор для ContactInfoParcelable .

Создает новый конструктор для ContactInfoParcelable .

Государственные строители

Строитель

public Builder()

Создает новый конструктор для ContactInfoParcelable .

Строитель

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 .