Class WebhookFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Webhook>
-
- com.twilio.rest.chat.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 Webhookfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Webhook>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Method Detail
-
fetch
public Webhook fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.
-
fetchWithResponse
public TwilioResponse<Webhook> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<Webhook>
-
-