Uses of Enum Class
com.vonage.client.common.Webhook.Type
Packages that use Webhook.Type
-
Uses of Webhook.Type in com.vonage.client.application.capabilities
Fields in com.vonage.client.application.capabilities with type parameters of type Webhook.TypeMethods in com.vonage.client.application.capabilities that return types with arguments of type Webhook.TypeMethods in com.vonage.client.application.capabilities with parameters of type Webhook.TypeModifier and TypeMethodDescriptionMessages.Builder.addWebhook(Webhook.Type type, Webhook webhook) Rtc.Builder.addWebhook(Webhook.Type type, Webhook webhook) Verify.Builder.addWebhook(Webhook.Type type, Webhook webhook) Voice.Builder.addWebhook(Webhook.Type type, Webhook webhook) Messages.Builder.removeWebhook(Webhook.Type type) Rtc.Builder.removeWebhook(Webhook.Type type) Voice.Builder.removeWebhook(Webhook.Type type) -
Uses of Webhook.Type in com.vonage.client.common
Methods in com.vonage.client.common that return Webhook.TypeModifier and TypeMethodDescriptionstatic Webhook.Typestatic Webhook.TypeReturns the enum constant of this class with the specified name.static Webhook.Type[]Webhook.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.