Command.ClearAppsDataStatus.PerAppStatus.ClearStatus

public enum Command.ClearAppsDataStatus.PerAppStatus.ClearStatus


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

Summary

Enum Values

API_LEVEL

This app's data could not be cleared because the device API level does not support this command.

APP_NOT_FOUND

This app's data could not be cleared because the app was not found.

APP_PROTECTED

This app's data could not be cleared because the app is protected.

SUCCESS

This app's data was successfully cleared.

UNSPECIFIED

Public methods

static Command.ClearAppsDataStatus.PerAppStatus.ClearStatus

Returns the enum constant of this type with the specified name.

static Command.ClearAppsDataStatus.PerAppStatus.ClearStatus[]

Returns an array containing the constants of this enum type, in the order they're declared.

Public methods

valueOf

public static Command.ClearAppsDataStatus.PerAppStatus.ClearStatus valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Returns
Command.ClearAppsDataStatus.PerAppStatus.ClearStatus

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

public static Command.ClearAppsDataStatus.PerAppStatus.ClearStatus[] values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Command.ClearAppsDataStatus.PerAppStatus.ClearStatus[]

an array containing the constants of this enum type, in the order they're declared