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