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