ActionType Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum<ActionType> - com.
microsoft. azure. cognitiveservices. language. spellcheck. models. ActionType
- com.
- com.
public class ActionType
Defines values for ActionType.
Field Summary
Modifier and Type | Field and Description |
---|---|
final Action |
EDIT
Static value Edit for ActionType. |
final Action |
LOAD
Static value Load for ActionType. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Action |
fromString(String name)
Creates or finds a ActionType from its string representation. |
Collection<Action |
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
Returns:
known ActionType values
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java