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