Class WebhooksGetRequest.Builder
- java.lang.Object
-
- com.seam.api.resources.webhooks.requests.WebhooksGetRequest.Builder
-
- All Implemented Interfaces:
WebhooksGetRequest._FinalStage,WebhooksGetRequest.WebhookIdStage
- Enclosing class:
- WebhooksGetRequest
public static final class WebhooksGetRequest.Builder extends java.lang.Object implements WebhooksGetRequest.WebhookIdStage, WebhooksGetRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebhooksGetRequestbuild()WebhooksGetRequest.Builderfrom(WebhooksGetRequest other)WebhooksGetRequest._FinalStagewebhookId(java.lang.String webhookId)
-
-
-
Method Detail
-
from
public WebhooksGetRequest.Builder from(WebhooksGetRequest other)
- Specified by:
fromin interfaceWebhooksGetRequest.WebhookIdStage
-
webhookId
public WebhooksGetRequest._FinalStage webhookId(java.lang.String webhookId)
- Specified by:
webhookIdin interfaceWebhooksGetRequest.WebhookIdStage
-
build
public WebhooksGetRequest build()
- Specified by:
buildin interfaceWebhooksGetRequest._FinalStage
-
-