Class On_Webhook
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Webhook
-
public class On_Webhook extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Webhook()
-
Method Summary
Modifier and Type Method Description On_WebhookcreatedAt()`DateTime` of the `Asset` creation.On_Webhookcreator(Webhook_creator callBuilder)The `creator` is the `User` who created the asset on Frontify.On_Webhookid()`Workspace` Id.On_Webhookname()The name of the current `Webhook`.On_WebhooknotificationUrl()The `Url` which will be called by the `Webhook`.On_Webhooksecret()The randomly generated secret of the current `Webhook`.
-
-
-
Method Detail
-
id
public On_Webhook id()
`Workspace` Id.
-
creator
public On_Webhook creator(Webhook_creator callBuilder)
The `creator` is the `User` who created the asset on Frontify.
-
createdAt
public On_Webhook createdAt()
`DateTime` of the `Asset` creation.
-
name
public On_Webhook name()
The name of the current `Webhook`.
-
notificationUrl
public On_Webhook notificationUrl()
The `Url` which will be called by the `Webhook`.
-
secret
public On_Webhook secret()
The randomly generated secret of the current `Webhook`.
-
-