ContactInfoParcelable.Builder


public final class ContactInfoParcelable.Builder


ContactInfoParcelable의 빌더 클래스입니다.

요약

공개 생성자

ContactInfoParcelable의 새 빌더를 만듭니다.

ContactInfoParcelable의 새 빌더를 만듭니다.

공개 생성자

빌더

public Builder()

ContactInfoParcelable의 새 빌더를 만듭니다.

빌더

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를 설정합니다.