Uses of Class
com.twilio.rest.chat.v2.service.channel.WebhookCreator
-
Packages that use WebhookCreator Package Description com.twilio.rest.chat.v2.service.channel -
-
Uses of WebhookCreator in com.twilio.rest.chat.v2.service.channel
Methods in com.twilio.rest.chat.v2.service.channel that return WebhookCreator Modifier and Type Method Description static WebhookCreatorWebhook. creator(String pathServiceSid, String pathChannelSid, Webhook.Type type)WebhookCreatorWebhookCreator. setConfigurationFilters(String configurationFilters)WebhookCreatorWebhookCreator. setConfigurationFilters(List<String> configurationFilters)WebhookCreatorWebhookCreator. setConfigurationFlowSid(String configurationFlowSid)WebhookCreatorWebhookCreator. setConfigurationMethod(Webhook.Method configurationMethod)WebhookCreatorWebhookCreator. setConfigurationRetryCount(Integer configurationRetryCount)WebhookCreatorWebhookCreator. setConfigurationTriggers(String configurationTriggers)WebhookCreatorWebhookCreator. setConfigurationTriggers(List<String> configurationTriggers)WebhookCreatorWebhookCreator. setConfigurationUrl(String configurationUrl)WebhookCreatorWebhookCreator. setType(Webhook.Type type)
-