Interface WebhookEndpointsCreateRequest.UrlStage
-
- All Known Implementing Classes:
WebhookEndpointsCreateRequest.Builder
- Enclosing class:
- WebhookEndpointsCreateRequest
public static interface WebhookEndpointsCreateRequest.UrlStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebhookEndpointsCreateRequest.Builderfrom(WebhookEndpointsCreateRequest other)WebhookEndpointsCreateRequest.NameStageurl(java.lang.String url)The URL that webhook events will be sent to.
-
-
-
Method Detail
-
url
WebhookEndpointsCreateRequest.NameStage url(@NotNull java.lang.String url)
The URL that webhook events will be sent to.
-
from
WebhookEndpointsCreateRequest.Builder from(WebhookEndpointsCreateRequest other)
-
-