Class AddonComposeUiActionResponseBuilder

AddonComposeUiActionResponseBuilder

AddonComposeUiActionResponse オブジェクトのビルダー。

メソッド

メソッド戻り値の型概要
build()AddonComposeUiActionResponse現在のアドオンのコンポーズ UI アクション レスポンスをビルドして検証します。
setType(type)AddonComposeUiActionResponseBuilderアドオンのコンポーズ UI アクションを決定する列挙型フィールドを設定します。

詳細なドキュメント

build()

現在のアドオンのコンポーズ UI アクション レスポンスをビルドして検証します。

戻る

AddonComposeUiActionResponse - 検証済みの作成 UI アクション レスポンス。

例外

Error - 構築された AddonComposeUiActionResponse が有効でない場合。


setType(type)

アドオンのコンポーズ UI アクションを決定する列挙型フィールドを設定します。

パラメータ

名前説明
typeAddonComposeUiActionType実行するアドオンの Compose UI アクションを示す列挙型。

戻る

AddonComposeUiActionResponseBuilder - チェーン用のこのオブジェクト。