Command.StatusCase

abstract class Command.StatusCase


Status specific to the kind of command.

Summary

Nested types

The possible kind of Command.StatusCase.

Public functions

clearAppsDataStatus

abstract fun clearAppsDataStatus(): Command.ClearAppsDataStatus!

The status of the clear apps data command.

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!