Class On_ProjectWebhook
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_ProjectWebhook
-
public class On_ProjectWebhook extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_ProjectWebhook()
-
Method Summary
Modifier and Type Method Description On_ProjectWebhookcreatedAt()DateTime of the `Webhook` creation.On_ProjectWebhookcreator(ProjectWebhook_creator callBuilder)The `creator` is the `User` who created the `Webhook`.On_ProjectWebhookid()`Webhook` Id.On_ProjectWebhookname()`Webhook` name.On_ProjectWebhooknotificationUrl()The `Url` which will be called by the `Webhook`On_ProjectWebhookproject(ProjectWebhook_project callBuilder)Returns the associated `Project`.On_ProjectWebhooksecret()The randomly generated secret of the current `Webhook`.
-
-
-
Method Detail
-
id
public On_ProjectWebhook id()
`Webhook` Id.
-
creator
public On_ProjectWebhook creator(ProjectWebhook_creator callBuilder)
The `creator` is the `User` who created the `Webhook`.
-
createdAt
public On_ProjectWebhook createdAt()
DateTime of the `Webhook` creation.
-
name
public On_ProjectWebhook name()
`Webhook` name.
-
secret
public On_ProjectWebhook secret()
The randomly generated secret of the current `Webhook`.
-
notificationUrl
public On_ProjectWebhook notificationUrl()
The `Url` which will be called by the `Webhook`
-
project
public On_ProjectWebhook project(ProjectWebhook_project callBuilder)
Returns the associated `Project`.
-
-