Uses of Class
com.vonage.client.common.Webhook.Builder
Packages that use Webhook.Builder
-
Uses of Webhook.Builder in com.vonage.client.common
Methods in com.vonage.client.common that return Webhook.BuilderModifier and TypeMethodDescription(REQUIRED) The webhook's URL.static Webhook.BuilderWebhook.builder()Deprecated.Entrypoint for constructing an instance of this class.Webhook.Builder.connectionTimeout(int connectionTimeout) (OPTIONAL) If Vonage can't connect to the webhook URL for this specified amount of time, then Vonage makes one additional attempt to connect to the webhook endpoint.Webhook.Builder.method(HttpMethod method) (REQUIRED) The HTTP request method for this webhook.Webhook.Builder.socketTimeout(int socketTimeout) (OPTIONAL) If a response from the webhook URL can't be read for this specified amount of time, then Vonage makes one additional attempt to read the webhook endpoint.