ContactInfoParcelable.Builder


public final class ContactInfoParcelable.Builder


ContactInfoParcelable のビルダー クラス。

概要

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

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

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

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

Builder

public Builder()

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

Builder

public Builder(ContactInfoParcelable origin)

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

パブリック メソッド

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