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