Command.StatusCase

public abstract class Command.StatusCase


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

概要

ネストされた型

Command.StatusCase の可能な種類。

パブリック メソッド

clearAppsDataStatus

public abstract Command.ClearAppsDataStatus clearAppsDataStatus()

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

getKind

public abstract Command.StatusCase.Kind getKind()

installCustomAppStatus

public abstract Command.CustomAppOperationStatus installCustomAppStatus()

カスタムアプリのインストール コマンドのステータス。

ofClearAppsDataStatus

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

ofClearAppsDataStatus

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

ofInstallCustomAppStatus

public static Command.StatusCase ofInstallCustomAppStatus(Command.CustomAppOperationStatus value)

ofInstallCustomAppStatus

public static Command.StatusCase ofInstallCustomAppStatus(
    Command.CustomAppOperationStatus.Builder value
)

ofNone

public static Command.StatusCase ofNone()

ofRequestDeviceInfoStatus

public static Command.StatusCase ofRequestDeviceInfoStatus(Command.RequestDeviceInfoStatus value)

ofRequestDeviceInfoStatus

public static Command.StatusCase ofRequestDeviceInfoStatus(
    Command.RequestDeviceInfoStatus.Builder value
)

ofUninstallCustomAppStatus

public static Command.StatusCase ofUninstallCustomAppStatus(Command.CustomAppOperationStatus value)

ofUninstallCustomAppStatus

public static Command.StatusCase ofUninstallCustomAppStatus(
    Command.CustomAppOperationStatus.Builder value
)

requestDeviceInfoStatus

public abstract Command.RequestDeviceInfoStatus requestDeviceInfoStatus()

RequestDeviceInfo コマンドのステータス。

uninstallCustomAppStatus

public abstract Command.CustomAppOperationStatus uninstallCustomAppStatus()

カスタムアプリのアンインストール コマンドのステータス。