abstract class Builder
kotlin.Any | |
↳ | com.google.android.managementapi.commands.model.Command.ClearAppsDataStatus.PerAppStatus.Builder |
Builder for Command.ClearAppsDataStatus.PerAppStatus
.
Summary
Public methods |
|
---|---|
abstract Command.ClearAppsDataStatus.PerAppStatus! |
build() |
abstract Command.ClearAppsDataStatus.PerAppStatus.Builder! |
Whether the given app was cleared, and what error if any occurred. |
Public methods
build
abstract fun build(): Command.ClearAppsDataStatus.PerAppStatus!
setClearStatus
abstract fun setClearStatus(value: Command.ClearAppsDataStatus.PerAppStatus.ClearStatus!): Command.ClearAppsDataStatus.PerAppStatus.Builder!
Whether the given app was cleared, and what error if any occurred.