Uses of Class
model.WebhookAuthentication
-
Packages that use WebhookAuthentication Package Description model -
-
Uses of WebhookAuthentication in model
Methods in model that return WebhookAuthentication Modifier and Type Method Description static WebhookAuthenticationWebhookAuthentication. fromJson(String jsonString)Create an instance of WebhookAuthentication given an JSON stringWebhookAuthenticationWebhook. getAuthentication()Get authenticationWebhookAuthenticationWebhookAuthentication. type(WebhookAuthentication.TypeEnum type)Methods in model with parameters of type WebhookAuthentication Modifier and Type Method Description WebhookWebhook. authentication(WebhookAuthentication authentication)voidWebhook. setAuthentication(WebhookAuthentication authentication)
-