abstract class ClearAppsDataStatus
kotlin.Any | |
↳ | com.google.android.managementapi.commands.model.Command.ClearAppsDataStatus |
The status of the clear apps data command.
Summary
Nested classes |
|
---|---|
abstract |
Builder for |
abstract |
The status of clearing a single app. |
Public methods |
|
---|---|
open static Command.ClearAppsDataStatus.Builder! |
builder() |
open static Command.ClearAppsDataStatus! | |
abstract ImmutableMap<String!, Command.ClearAppsDataStatus.PerAppStatus!>! |
A map of package names to their clearing status. |
abstract Command.ClearAppsDataStatus.Builder! |
Public methods
builder
open static fun builder(): Command.ClearAppsDataStatus.Builder!
getDefaultInstance
open static fun getDefaultInstance(): Command.ClearAppsDataStatus!
getStatusMap
abstract fun getStatusMap(): ImmutableMap<String!, Command.ClearAppsDataStatus.PerAppStatus!>!
A map of package names to their clearing status.
toBuilder
abstract fun toBuilder(): Command.ClearAppsDataStatus.Builder!