Class WebhookFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Webhook>
-
- com.twilio.rest.ipmessaging.v2.service.channel.WebhookFetcher
-
-
Constructor Summary
Constructors Constructor Description WebhookFetcher(String pathServiceSid, String pathChannelSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Webhook
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-