ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


Класс Builder для ContactInfoParcelable .

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

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

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

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

Общественные функции

ContactInfoParcelable !
build ()

Создает объект 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 .