public enum AiSingleAgentResponseTypeField extends Enum<AiSingleAgentResponseTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
AiSingleAgentResponseTypeField.AiSingleAgentResponseTypeFieldDeserializer |
static class |
AiSingleAgentResponseTypeField.AiSingleAgentResponseTypeFieldSerializer |
| Enum Constant and Description |
|---|
AI_AGENT |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static AiSingleAgentResponseTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AiSingleAgentResponseTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AiSingleAgentResponseTypeField AI_AGENT
public static AiSingleAgentResponseTypeField[] values()
for (AiSingleAgentResponseTypeField c : AiSingleAgentResponseTypeField.values()) System.out.println(c);
public static AiSingleAgentResponseTypeField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null