Command.StatusCase

public abstract class Command.StatusCase


Status specific to the kind of command.

Summary

Nested types

The possible kind of Command.StatusCase.

Public methods

clearAppsDataStatus

public abstract Command.ClearAppsDataStatus clearAppsDataStatus()

The status of the clear apps data command.

getKind

public abstract Command.StatusCase.Kind getKind()

installCustomAppStatus

public abstract Command.CustomAppOperationStatus installCustomAppStatus()

The status of the install custom app command.

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()

The status of the RequestDeviceInfo command.

uninstallCustomAppStatus

public abstract Command.CustomAppOperationStatus uninstallCustomAppStatus()

The status of the uninstall custom app command.