E2eeContactKeyParcelable.Builder


class E2eeContactKeyParcelable.Builder


מחלקת Builder של E2eeContactKeyParcelable.

סיכום

‫constructors ציבוריים

יוצרת builder חדש.

יוצרת builder חדש.

פונקציות ציבוריות

E2eeContactKeyParcelable!

יוצר את E2eeContactKeyParcelable.

E2eeContactKeyParcelable.Builder!

מגדיר את account ID.

E2eeContactKeyParcelable.Builder!

מגדיר את device ID.

E2eeContactKeyParcelable.Builder!

מגדירים את display name של איש הקשר שמשויך למפתח.

E2eeContactKeyParcelable.Builder!

מגדירים את email address של איש הקשר שמשויך למפתח.

E2eeContactKeyParcelable.Builder!

מגדיר את public key.

E2eeContactKeyParcelable.Builder!

מגדיר את local verification state המפתח.

E2eeContactKeyParcelable.Builder!

מגדיר את lookup key.

E2eeContactKeyParcelable.Builder!

מגדיר את owner package name.

E2eeContactKeyParcelable.Builder!

מגדירים את phone number של איש הקשר שמשויך למפתח.

E2eeContactKeyParcelable.Builder!

מגדיר את remote verification state המפתח.

E2eeContactKeyParcelable.Builder!

מגדיר את timestamp of the last update.

‫constructors ציבוריים

בנאי

Builder()

יוצרת builder חדש.

בנאי

Builder(origin: E2eeContactKeyParcelable!)

יוצרת builder חדש.

פונקציות ציבוריות

setAccountId

@CanIgnoreReturnValue
fun setAccountId(accountId: String): E2eeContactKeyParcelable.Builder!

מגדיר את account ID.

setDeviceId

@CanIgnoreReturnValue
fun setDeviceId(deviceId: String): E2eeContactKeyParcelable.Builder!

מגדיר את device ID.

setDisplayName

@CanIgnoreReturnValue
fun setDisplayName(displayName: String?): E2eeContactKeyParcelable.Builder!

מגדירים את display name של איש הקשר שמשויך למפתח.

setEmailAddress

@CanIgnoreReturnValue
fun setEmailAddress(emailAddress: String?): E2eeContactKeyParcelable.Builder!

מגדירים את email address של איש הקשר שמשויך למפתח.

setKeyValue

@CanIgnoreReturnValue
fun setKeyValue(keyValue: ByteArray?): E2eeContactKeyParcelable.Builder!

מגדיר את public key.

setLocalVerificationState

@CanIgnoreReturnValue
fun setLocalVerificationState(localVerificationState: Int): E2eeContactKeyParcelable.Builder!

מגדיר את local verification state המפתח.

setLookupKey

@CanIgnoreReturnValue
fun setLookupKey(lookupKey: String): E2eeContactKeyParcelable.Builder!

מגדיר את lookup key.

setOwnerPackageName

@CanIgnoreReturnValue
fun setOwnerPackageName(ownerPackageName: String): E2eeContactKeyParcelable.Builder!

מגדיר את owner package name.

setPhoneNumber

@CanIgnoreReturnValue
fun setPhoneNumber(phoneNumber: String?): E2eeContactKeyParcelable.Builder!

מגדירים את phone number של איש הקשר שמשויך למפתח.

setRemoteVerificationState

@CanIgnoreReturnValue
fun setRemoteVerificationState(remoteVerificationState: Int): E2eeContactKeyParcelable.Builder!

מגדיר את remote verification state המפתח.