Package com.seam.api.types
Interface WebhooksCreateResponse.WebhookStage
-
- All Known Implementing Classes:
WebhooksCreateResponse.Builder
- Enclosing class:
- WebhooksCreateResponse
public static interface WebhooksCreateResponse.WebhookStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhooksCreateResponse.Builderfrom(WebhooksCreateResponse other)WebhooksCreateResponse.OkStagewebhook(Webhook webhook)
-
-
-
Method Detail
-
webhook
WebhooksCreateResponse.OkStage webhook(Webhook webhook)
-
from
WebhooksCreateResponse.Builder from(WebhooksCreateResponse other)
-
-