ActionType Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum<ActionType>
      • com.microsoft.azure.cognitiveservices.language.spellcheck.models.ActionType

public class ActionType

Defines values for ActionType.

Field Summary

Modifier and Type Field and Description
final ActionType EDIT

Static value Edit for ActionType.

final ActionType LOAD

Static value Load for ActionType.

Method Summary

Modifier and Type Method and Description
ActionType fromString(String name)

Creates or finds a ActionType from its string representation.

Collection<ActionType> values()

Field Details

EDIT

public static final ActionType EDIT= fromString("Edit")

Static value Edit for ActionType.

LOAD

public static final ActionType LOAD= fromString("Load")

Static value Load for ActionType.

Method Details

fromString

public static ActionType fromString(String name)

Creates or finds a ActionType from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ActionType

values

public static Collection values()

Returns:

known ActionType values

Applies to