Command.StatusCase

abstract class Command.StatusCase


Stato specifico del tipo di comando.

Riepilogo

Tipi nidificati

Il tipo possibile di Command.StatusCase.

Funzioni pubbliche

abstract Command.ClearAppsDataStatus!

Lo stato del comando di cancellazione dei dati delle app.

abstract Command.StatusCase.Kind!
java-static Command.StatusCase!
java-static Command.StatusCase!
java-static Command.StatusCase!

Funzioni pubbliche

clearAppsDataStatus

abstract fun clearAppsDataStatus(): Command.ClearAppsDataStatus!

Lo stato del comando di cancellazione dei dati delle app.

getKind

abstract fun getKind(): Command.StatusCase.Kind!

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus!): Command.StatusCase!

ofClearAppsDataStatus

java-static fun ofClearAppsDataStatus(value: Command.ClearAppsDataStatus.Builder!): Command.StatusCase!

ofNone

java-static fun ofNone(): Command.StatusCase!