Command.StatusCase

public abstract class Command.StatusCase


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

概要

ネストされた型

Command.StatusCase の可能な種類。

パブリック メソッド

abstract Command.ClearAppsDataStatus

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

abstract Command.StatusCase.Kind
static Command.StatusCase
static Command.StatusCase
static Command.StatusCase

パブリック メソッド

clearAppsDataStatus

public abstract Command.ClearAppsDataStatus clearAppsDataStatus()

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

getKind

public abstract Command.StatusCase.Kind getKind()

ofClearAppsDataStatus

public static Command.StatusCase ofClearAppsDataStatus(Command.ClearAppsDataStatus value)

ofClearAppsDataStatus

public static Command.StatusCase ofClearAppsDataStatus(Command.ClearAppsDataStatus.Builder value)

ofNone

public static Command.StatusCase ofNone()