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