Class MessagingConfigurationFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<MessagingConfiguration>
-
- com.twilio.rest.verify.v2.service.MessagingConfigurationFetcher
-
public class MessagingConfigurationFetcher extends Fetcher<MessagingConfiguration>
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
-
-
Constructor Summary
Constructors Constructor Description MessagingConfigurationFetcher(String pathServiceSid, String pathCountry)
Construct a new MessagingConfigurationFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingConfiguration
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
MessagingConfigurationFetcher
public MessagingConfigurationFetcher(String pathServiceSid, String pathCountry)
Construct a new MessagingConfigurationFetcher.- Parameters:
pathServiceSid
- The SID of the Service that the resource is associated withpathCountry
- The ISO-3166-1 country code of the country or `all`.
-
-
Method Detail
-
fetch
public MessagingConfiguration fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<MessagingConfiguration>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched MessagingConfiguration
-
-