abstract class Command
kotlin.Any | |
↳ | com.google.android.managementapi.commands.model.Command |
A specific instance of the execution of a command.
Summary
Nested classes |
|
---|---|
abstract |
Builder for |
abstract |
The status of the clear apps data command. |
State of the command. |
|
abstract |
Status specific to the kind of command. |
Public methods |
|
---|---|
open static Command.Builder! |
builder() |
abstract String! |
A unique id for this instance of the command. |
abstract Instant! |
The time at which this command was completed. |
abstract Instant! |
The time at which this command was created. |
open static Command! | |
abstract Command.State! |
getState() The state of this command. |
abstract Command.StatusCase! |
Status specific to the kind of command. |
abstract Command.Builder! |
Public methods
builder
open static fun builder(): Command.Builder!
getCompleteTime
abstract fun getCompleteTime(): Instant!
The time at which this command was completed.
getDefaultInstance
open static fun getDefaultInstance(): Command!
toBuilder
abstract fun toBuilder(): Command.Builder!