Package com.twilio.rest.bulkexports.v1
Class ExportFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Export>
-
- com.twilio.rest.bulkexports.v1.ExportFetcher
-
-
Constructor Summary
Constructors Constructor Description ExportFetcher(String pathResourceType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Export
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
ExportFetcher
public ExportFetcher(String pathResourceType)
-
-