Package ai.extend.types
Class WebhookSubscriptionEventType
- java.lang.Object
-
- ai.extend.types.WebhookSubscriptionEventType
-
public final class WebhookSubscriptionEventType extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWebhookSubscriptionEventType.Valuestatic interfaceWebhookSubscriptionEventType.Visitor<T>
-
Field Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)WebhookSubscriptionEventType.ValuegetEnumValue()inthashCode()java.lang.StringtoString()static WebhookSubscriptionEventTypevalueOf(java.lang.String value)<T> Tvisit(WebhookSubscriptionEventType.Visitor<T> visitor)
-
-
-
Field Detail
-
SPLIT_RUN_PROCESSED
public static final WebhookSubscriptionEventType SPLIT_RUN_PROCESSED
-
WORKFLOW_RUN_STEP_RUN_PROCESSED
public static final WebhookSubscriptionEventType WORKFLOW_RUN_STEP_RUN_PROCESSED
-
WORKFLOW_RUN_FAILED
public static final WebhookSubscriptionEventType WORKFLOW_RUN_FAILED
-
CLASSIFY_RUN_FAILED
public static final WebhookSubscriptionEventType CLASSIFY_RUN_FAILED
-
CLASSIFY_RUN_PROCESSED
public static final WebhookSubscriptionEventType CLASSIFY_RUN_PROCESSED
-
EXTRACT_RUN_PROCESSED
public static final WebhookSubscriptionEventType EXTRACT_RUN_PROCESSED
-
EXTRACT_RUN_FAILED
public static final WebhookSubscriptionEventType EXTRACT_RUN_FAILED
-
WORKFLOW_RUN_COMPLETED
public static final WebhookSubscriptionEventType WORKFLOW_RUN_COMPLETED
-
WORKFLOW_RUN_REJECTED
public static final WebhookSubscriptionEventType WORKFLOW_RUN_REJECTED
-
WORKFLOW_RUN_NEEDS_REVIEW
public static final WebhookSubscriptionEventType WORKFLOW_RUN_NEEDS_REVIEW
-
WORKFLOW_RUN_CANCELLED
public static final WebhookSubscriptionEventType WORKFLOW_RUN_CANCELLED
-
BATCH_PROCESSOR_RUN_PROCESSED
public static final WebhookSubscriptionEventType BATCH_PROCESSOR_RUN_PROCESSED
-
BATCH_PROCESSOR_RUN_FAILED
public static final WebhookSubscriptionEventType BATCH_PROCESSOR_RUN_FAILED
-
SPLIT_RUN_FAILED
public static final WebhookSubscriptionEventType SPLIT_RUN_FAILED
-
-
Method Detail
-
getEnumValue
public WebhookSubscriptionEventType.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(WebhookSubscriptionEventType.Visitor<T> visitor)
-
valueOf
public static WebhookSubscriptionEventType valueOf(java.lang.String value)
-
-