Command.StatusCase

abstract class Command.StatusCase


コマンドの種類に固有のステータス。

概要

ネストされた型

Command.StatusCase の可能な種類。

パブリック関数

abstract Command.ClearAppsDataStatus!

アプリデータの消去コマンドのステータス。

abstract Command.StatusCase.Kind!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!

パブリック関数

clearAppsDataStatus

abstract fun clearAppsDataStatus(): Command.ClearAppsDataStatus!

アプリデータの消去コマンドのステータス。

getKind

abstract fun getKind(): Command.StatusCase.Kind!

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus!): Command.StatusCase!

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus.Builder!): Command.StatusCase!

ofNone

java-static fun ofNone(): Command.StatusCase!