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