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

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