Package com.twilio.rest.flexapi.v1
Class ChannelFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Channel>
-
- com.twilio.rest.flexapi.v1.ChannelFetcher
-
-
Constructor Summary
Constructors Constructor Description ChannelFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Channel
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
ChannelFetcher
public ChannelFetcher(String pathSid)
-
-