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