Package com.twilio.rest.supersim.v1
Class SimFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Sim>
-
- com.twilio.rest.supersim.v1.SimFetcher
-
-
Constructor Summary
Constructors Constructor Description SimFetcher(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Simfetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Sim>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Constructor Detail
-
SimFetcher
public SimFetcher(String pathSid)
-
-
Method Detail
-
fetch
public Sim fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.
-
fetchWithResponse
public TwilioResponse<Sim> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<Sim>
-
-