Command.ClearAppsDataStatus

public abstract class Command.ClearAppsDataStatus


The status of the clear apps data command.

Summary

Nested types

Builder for Command.ClearAppsDataStatus.

The status of clearing a single app.

Builder for Command.ClearAppsDataStatus.PerAppStatus.

Whether the given app was cleared, and what error if any occurred.

Public methods

builder

public static Command.ClearAppsDataStatus.Builder builder()

getDefaultInstance

public static Command.ClearAppsDataStatus getDefaultInstance()

getStatusMap

public abstract ImmutableMap<StringCommand.ClearAppsDataStatus.PerAppStatusgetStatusMap()

A map of package names to their clearing status.

toBuilder

public abstract Command.ClearAppsDataStatus.Builder toBuilder()