Class AssetVersionFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<AssetVersion>
-
- com.twilio.rest.serverless.v1.service.asset.AssetVersionFetcher
-
public class AssetVersionFetcher extends Fetcher<AssetVersion>
-
-
Constructor Summary
Constructors Constructor Description AssetVersionFetcher(String pathServiceSid, String pathAssetSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetVersion
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public AssetVersion fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<AssetVersion>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-