Command.StatusCase

public abstract class Command.StatusCase


Status speziell für die Art des Befehls.

Zusammenfassung

Verschachtelte Typen

Die mögliche Art von Command.StatusCase.

Öffentliche Methoden

clearAppsDataStatus

public abstract Command.ClearAppsDataStatus clearAppsDataStatus()

Der Status des Befehls zum Löschen der App-Daten.

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