Package com.twilio.rest.flexapi.v1
Class WebChannelFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<WebChannel>
-
- com.twilio.rest.flexapi.v1.WebChannelFetcher
-
public class WebChannelFetcher extends Fetcher<WebChannel>
-
-
Constructor Summary
Constructors Constructor Description WebChannelFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebChannel
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
WebChannelFetcher
public WebChannelFetcher(String pathSid)
-
-
Method Detail
-
fetch
public WebChannel fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<WebChannel>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-