Class UninstallWebhook_webhook
- java.lang.Object
-
- ch.brix.gql.client.CallBuilder<Webhook>
-
- ch.brix.gql.client.frontify.builders.UninstallWebhook_webhook
-
public class UninstallWebhook_webhook extends ch.brix.gql.client.CallBuilder<Webhook>
-
-
Constructor Summary
Constructors Constructor Description UninstallWebhook_webhook()
-
Method Summary
Modifier and Type Method Description UninstallWebhook_webhookonProjectWebhook(On_ProjectWebhook typeBuilder)UninstallWebhook_webhookonWebhook(On_Webhook typeBuilder)
-
-
-
Method Detail
-
onProjectWebhook
public UninstallWebhook_webhook onProjectWebhook(On_ProjectWebhook typeBuilder)
-
onWebhook
public UninstallWebhook_webhook onWebhook(On_Webhook typeBuilder)
-
-