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