E2eeContactKeyParcelable.Builder


public final class E2eeContactKeyParcelable.Builder


E2eeContactKeyParcelable의 빌더 클래스입니다.

요약

공개 생성자

새 빌더를 만듭니다.

새 빌더를 만듭니다.

공개 메서드

E2eeContactKeyParcelable

E2eeContactKeyParcelable를 빌드합니다.

E2eeContactKeyParcelable.Builder

account ID를 설정합니다.

E2eeContactKeyParcelable.Builder

device ID를 설정합니다.

E2eeContactKeyParcelable.Builder

키와 연결된 연락처의 display name를 설정합니다.

E2eeContactKeyParcelable.Builder

키와 연결된 연락처의 email address를 설정합니다.

E2eeContactKeyParcelable.Builder

public key를 설정합니다.

E2eeContactKeyParcelable.Builder
@CanIgnoreReturnValue
setLocalVerificationState(int localVerificationState)

키의 local verification state를 설정합니다.

E2eeContactKeyParcelable.Builder

lookup key를 설정합니다.

E2eeContactKeyParcelable.Builder

owner package name를 설정합니다.

E2eeContactKeyParcelable.Builder

키와 연결된 연락처의 phone number를 설정합니다.

E2eeContactKeyParcelable.Builder
@CanIgnoreReturnValue
setRemoteVerificationState(int remoteVerificationState)

키의 remote verification state를 설정합니다.

E2eeContactKeyParcelable.Builder

timestamp of the last update를 설정합니다.

공개 생성자

빌더

public Builder()

새 빌더를 만듭니다.

빌더

public Builder(E2eeContactKeyParcelable origin)

새 빌더를 만듭니다.

공개 메서드

build

public E2eeContactKeyParcelable build()

E2eeContactKeyParcelable를 빌드합니다.

setAccountId

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setAccountId(@NonNull String accountId)

account ID를 설정합니다.

setDeviceId

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setDeviceId(@NonNull String deviceId)

device ID를 설정합니다.

setDisplayName

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setDisplayName(@Nullable String displayName)

키와 연결된 연락처의 display name를 설정합니다.

setEmailAddress

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setEmailAddress(@Nullable String emailAddress)

키와 연결된 연락처의 email address를 설정합니다.

setKeyValue

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setKeyValue(@Nullable byte[] keyValue)

public key를 설정합니다.

setLocalVerificationState

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setLocalVerificationState(int localVerificationState)

키의 local verification state를 설정합니다.

setLookupKey

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setLookupKey(@NonNull String lookupKey)

lookup key를 설정합니다.

setOwnerPackageName

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setOwnerPackageName(@NonNull String ownerPackageName)

owner package name를 설정합니다.

setPhoneNumber

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setPhoneNumber(@Nullable String phoneNumber)

키와 연결된 연락처의 phone number를 설정합니다.

setRemoteVerificationState

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setRemoteVerificationState(int remoteVerificationState)

키의 remote verification state를 설정합니다.

setTimeUpdated

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setTimeUpdated(long timeUpdated)

timestamp of the last update를 설정합니다.