Command.StatusCase

public abstract class Command.StatusCase


Stato specifico del tipo di comando.

Riepilogo

Tipi nidificati

Il tipo possibile di Command.StatusCase.

Metodi pubblici

clearAppsDataStatus

public abstract Command.ClearAppsDataStatus clearAppsDataStatus()

Lo stato del comando di cancellazione dei dati delle app.

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