Class AiAgent.SourceType
- java.lang.Object
-
- com.intercom.api.resources.unstable.aiagent.types.AiAgent.SourceType
-
- Enclosing class:
- AiAgent
public static final class AiAgent.SourceType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAiAgent.SourceType.Valuestatic interfaceAiAgent.SourceType.Visitor<T>
-
Field Summary
Fields Modifier and Type Field Description static AiAgent.SourceTypeESSENTIALS_PLAN_SETUPstatic AiAgent.SourceTypeFIN_PREVIEWstatic AiAgent.SourceTypePROFILEstatic AiAgent.SourceTypeWORKFLOWstatic AiAgent.SourceTypeWORKFLOW_PREVIEW
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)AiAgent.SourceType.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static AiAgent.SourceTypevalueOf(java.lang.String value)<T> Tvisit(AiAgent.SourceType.Visitor<T> visitor)
-
-
-
Field Detail
-
WORKFLOW
public static final AiAgent.SourceType WORKFLOW
-
WORKFLOW_PREVIEW
public static final AiAgent.SourceType WORKFLOW_PREVIEW
-
FIN_PREVIEW
public static final AiAgent.SourceType FIN_PREVIEW
-
ESSENTIALS_PLAN_SETUP
public static final AiAgent.SourceType ESSENTIALS_PLAN_SETUP
-
PROFILE
public static final AiAgent.SourceType PROFILE
-
-
Method Detail
-
getEnumValue
public AiAgent.SourceType.Value getEnumValue()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
visit
public <T> T visit(AiAgent.SourceType.Visitor<T> visitor)
-
valueOf
public static AiAgent.SourceType valueOf(java.lang.String value)
-
-