E2eeAccountKeyInfo.Builder


class E2eeAccountKeyInfo.Builder


E2eeAccountKeyInfo のビルダー クラス。

概要

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

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

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

パブリック関数

E2eeAccountKeyInfo!

E2eeAccountKeyInfo を作成します。

E2eeAccountKeyInfo.Builder!

更新する鍵の鍵の accountId を設定します。

E2eeAccountKeyInfo.Builder!

更新の処理時に鍵に関連付けられる contact infos を設定します。

E2eeAccountKeyInfo.Builder!

更新する鍵の device ID を設定します。

E2eeAccountKeyInfo.Builder!

更新の処理時に鍵に関連付けられる新しい keyValue を設定します。

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

Builder

Builder()

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

Builder

Builder(origin: E2eeAccountKeyInfo!)

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

パブリック関数

build

fun build(): E2eeAccountKeyInfo!

E2eeAccountKeyInfo を作成します。

setAccountId

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

更新する鍵の鍵の accountId を設定します。

setContactInfos

@CanIgnoreReturnValue
fun setContactInfos(contactInfos: (Mutable)List<ContactInfoParcelable!>): E2eeAccountKeyInfo.Builder!

更新の処理時に鍵に関連付けられる contact infos を設定します。

setDeviceId

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

更新する鍵の device ID を設定します。

setKeyValue

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

更新の処理時に鍵に関連付けられる新しい keyValue を設定します。