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