ArmActionType Class

public final class ArmActionType
extends ExpandableStringEnum<ArmActionType>

Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.

Field Summary

Modifier and Type Field and Description
static final ArmActionType INTERNAL

Actions are for internal-only APIs.

Constructor Summary

Constructor Description
ArmActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ArmActionType value.

Method Summary

Modifier and Type Method and Description
static ArmActionType fromString(String name)

Creates or finds a ArmActionType from its string representation.

static Collection<ArmActionType> values()

Gets known ArmActionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INTERNAL

public static final ArmActionType INTERNAL

Actions are for internal-only APIs.

Constructor Details

ArmActionType

@Deprecated
public ArmActionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ArmActionType value.

Method Details

fromString

public static ArmActionType fromString(String name)

Creates or finds a ArmActionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ArmActionType.

values

public static Collection<ArmActionType> values()

Gets known ArmActionType values.

Returns:

known ArmActionType values.

Applies to