ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


ContactInfoParcelable のビルダー クラス。

概要

パブリック コンストラクタ

ContactInfoParcelable の新しいビルダーを作成します。

ContactInfoParcelable の新しいビルダーを作成します。

パブリック コンストラクタ

Builder

Builder()

ContactInfoParcelable の新しいビルダーを作成します。

Builder

Builder(origin: ContactInfoParcelable!)

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 を設定します。