ContactInfoParcelable.Builder


class ContactInfoParcelable.Builder


ContactInfoParcelable의 빌더 클래스입니다.

요약

공개 생성자

ContactInfoParcelable의 새 빌더를 만듭니다.

ContactInfoParcelable의 새 빌더를 만듭니다.

공개 생성자

빌더

Builder()

ContactInfoParcelable의 새 빌더를 만듭니다.

빌더

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