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