Command.StatusCase.Kind

enum Command.StatusCase.Kind


The possible kind of Command.StatusCase.

Summary

Enum Values

CLEAR_APPS_DATA_STATUS

The status of the clear apps data command.

NONE

Public functions

java-static Command.StatusCase.Kind!
valueOf(name: String!)

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

java-static Array<Command.StatusCase.Kind!>!

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

Enum Values

CLEAR_APPS_DATA_STATUS

val Command.StatusCase.Kind.CLEAR_APPS_DATA_STATUSCommand.StatusCase.Kind

The status of the clear apps data command.

Public functions

valueOf

java-static fun valueOf(name: String!): Command.StatusCase.Kind!

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.StatusCase.Kind!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

java-static fun values(): Array<Command.StatusCase.Kind!>!

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
Array<Command.StatusCase.Kind!>!

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