Command.StatusCase

abstract class StatusCase
kotlin.Any
   ↳ com.google.android.managementapi.commands.model.Command.StatusCase

Status specific to the kind of command. This class can have only one field set.

Summary

Nested classes

The possible kind of Command.StatusCase.

Public methods

abstract Command.ClearAppsDataStatus!

The status of the clear apps data command.

abstract Command.StatusCase.Kind!

open static Command.StatusCase!

open static Command.StatusCase!

open static Command.StatusCase!

Public methods

clearAppsDataStatus

abstract fun clearAppsDataStatus(): Command.ClearAppsDataStatus!

The status of the clear apps data command.

getKind

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

ofClearAppsDataStatus

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

ofClearAppsDataStatus

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

ofNone

open static fun ofNone(): Command.StatusCase!