Uses of Class
ch.brix.gql.client.frontify.builders.On_ProjectWebhook
-
Packages that use On_ProjectWebhook Package Description ch.brix.gql.client.frontify.builders -
-
Uses of On_ProjectWebhook in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return On_ProjectWebhook Modifier and Type Method Description On_ProjectWebhookOn_ProjectWebhook. createdAt()DateTime of the `Webhook` creation.On_ProjectWebhookOn_ProjectWebhook. creator(ProjectWebhook_creator callBuilder)The `creator` is the `User` who created the `Webhook`.On_ProjectWebhookOn_ProjectWebhook. id()`Webhook` Id.On_ProjectWebhookOn_ProjectWebhook. name()`Webhook` name.On_ProjectWebhookOn_ProjectWebhook. notificationUrl()The `Url` which will be called by the `Webhook`On_ProjectWebhookOn_ProjectWebhook. project(ProjectWebhook_project callBuilder)Returns the associated `Project`.On_ProjectWebhookOn_ProjectWebhook. secret()The randomly generated secret of the current `Webhook`.Methods in ch.brix.gql.client.frontify.builders with parameters of type On_ProjectWebhook Modifier and Type Method Description InstallProjectWebhook_webhookInstallProjectWebhook_webhook. onProjectWebhook(On_ProjectWebhook typeBuilder)RootQuery_nodeRootQuery_node. onProjectWebhook(On_ProjectWebhook typeBuilder)UninstallWebhook_webhookUninstallWebhook_webhook. onProjectWebhook(On_ProjectWebhook typeBuilder)WebhookItems_itemsWebhookItems_items. onProjectWebhook(On_ProjectWebhook typeBuilder)
-