Package com.flagright.api.types
Interface WebhookEvent.IdStage
-
- All Known Implementing Classes:
WebhookEvent.Builder
- Enclosing class:
- WebhookEvent
public static interface WebhookEvent.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEvent.Builderfrom(WebhookEvent other)WebhookEvent.TriggeredByStageid(java.lang.String id)
-
-
-
Method Detail
-
id
WebhookEvent.TriggeredByStage id(@NotNull java.lang.String id)
-
from
WebhookEvent.Builder from(WebhookEvent other)
-
-