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