abstract class PerAppStatus
kotlin.Any | |
↳ | com.google.android.managementapi.commands.model.Command.ClearAppsDataStatus.PerAppStatus |
The status of clearing a single app.
Summary
Nested classes |
|
---|---|
abstract |
Builder for |
Whether the given app was cleared, and what error if any occurred. |
Public methods |
|
---|---|
open static Command.ClearAppsDataStatus.PerAppStatus.Builder! |
builder() |
abstract Command.ClearAppsDataStatus.PerAppStatus.ClearStatus! |
Whether the given app was cleared, and what error if any occurred. |
open static Command.ClearAppsDataStatus.PerAppStatus! | |
abstract Command.ClearAppsDataStatus.PerAppStatus.Builder! |
Public methods
builder
open static fun builder(): Command.ClearAppsDataStatus.PerAppStatus.Builder!
getClearStatus
abstract fun getClearStatus(): Command.ClearAppsDataStatus.PerAppStatus.ClearStatus!
Whether the given app was cleared, and what error if any occurred.
getDefaultInstance
open static fun getDefaultInstance(): Command.ClearAppsDataStatus.PerAppStatus!
toBuilder
abstract fun toBuilder(): Command.ClearAppsDataStatus.PerAppStatus.Builder!