abstract class Builder
kotlin.Any | |
↳ | com.google.android.managementapi.commands.model.Command.ClearAppsDataStatus.Builder |
Builder for Command.ClearAppsDataStatus
.
Summary
Public methods |
|
---|---|
abstract Command.ClearAppsDataStatus! |
build() |
open Command.ClearAppsDataStatus.Builder! |
A map of package names to their clearing status. |
Public methods
build
abstract fun build(): Command.ClearAppsDataStatus!
setStatusMap
open fun setStatusMap(value: MutableMap<String!, Command.ClearAppsDataStatus.PerAppStatus!>!): Command.ClearAppsDataStatus.Builder!
A map of package names to their clearing status.