public class ConfigurationFetcher extends Fetcher<Configuration>
Constructor and Description |
---|
ConfigurationFetcher(String pathChatServiceSid)
Construct a new ConfigurationFetcher.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsync
public ConfigurationFetcher(String pathChatServiceSid)
pathChatServiceSid
- The SID of the Service configuration resource to
fetchpublic Configuration fetch(TwilioRestClient client)
fetch
in class Fetcher<Configuration>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.