Package com.seam.api.types
Class WebhooksCreateResponse.Builder
- java.lang.Object
-
- com.seam.api.types.WebhooksCreateResponse.Builder
-
- All Implemented Interfaces:
WebhooksCreateResponse._FinalStage,WebhooksCreateResponse.OkStage,WebhooksCreateResponse.WebhookStage
- Enclosing class:
- WebhooksCreateResponse
public static final class WebhooksCreateResponse.Builder extends java.lang.Object implements WebhooksCreateResponse.WebhookStage, WebhooksCreateResponse.OkStage, WebhooksCreateResponse._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhooksCreateResponsebuild()WebhooksCreateResponse.Builderfrom(WebhooksCreateResponse other)WebhooksCreateResponse._FinalStageok(boolean ok)WebhooksCreateResponse.OkStagewebhook(Webhook webhook)
-
-
-
Method Detail
-
from
public WebhooksCreateResponse.Builder from(WebhooksCreateResponse other)
- Specified by:
fromin interfaceWebhooksCreateResponse.WebhookStage
-
webhook
public WebhooksCreateResponse.OkStage webhook(Webhook webhook)
- Specified by:
webhookin interfaceWebhooksCreateResponse.WebhookStage
-
ok
public WebhooksCreateResponse._FinalStage ok(boolean ok)
- Specified by:
okin interfaceWebhooksCreateResponse.OkStage
-
build
public WebhooksCreateResponse build()
- Specified by:
buildin interfaceWebhooksCreateResponse._FinalStage
-
-