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