Interface Webhook
-
- All Known Implementing Classes:
ProjectWebhook
public interface Webhook`WebhookInterface` for `Webhook` returnable types.
-
-
Method Summary
Modifier and Type Method Description DateTimeScalargetCreatedAt()`DateTime` of the `Asset` creation.UsergetCreator()The `creator` is the `User` who created the asset on Frontify.IdScalargetId()`Workspace` Id.StringScalargetName()The name of the current `Webhook`.UrlScalargetNotificationUrl()The `Url` which will be called by the `Webhook`.StringScalargetSecret()The randomly generated secret of the current `Webhook`.
-
-
-
Method Detail
-
getId
IdScalar getId()
`Workspace` Id.
-
getCreator
User getCreator()
The `creator` is the `User` who created the asset on Frontify.
-
getCreatedAt
DateTimeScalar getCreatedAt()
`DateTime` of the `Asset` creation.
-
getName
StringScalar getName()
The name of the current `Webhook`.
-
getNotificationUrl
UrlScalar getNotificationUrl()
The `Url` which will be called by the `Webhook`.
-
getSecret
StringScalar getSecret()
The randomly generated secret of the current `Webhook`.
-
-