public enum AiAgentReferenceTypeField extends Enum<AiAgentReferenceTypeField> implements Valuable
| Modifier and Type | Class and Description |
|---|---|
static class |
AiAgentReferenceTypeField.AiAgentReferenceTypeFieldDeserializer |
static class |
AiAgentReferenceTypeField.AiAgentReferenceTypeFieldSerializer |
| Enum Constant and Description |
|---|
AI_AGENT_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static AiAgentReferenceTypeField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AiAgentReferenceTypeField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AiAgentReferenceTypeField AI_AGENT_ID
public static AiAgentReferenceTypeField[] values()
for (AiAgentReferenceTypeField c : AiAgentReferenceTypeField.values()) System.out.println(c);
public static AiAgentReferenceTypeField 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