Uses of Class
com.twilio.rest.serverless.v1.service.asset.AssetVersion
-
Packages that use AssetVersion Package Description com.twilio.rest.serverless.v1.service.asset -
-
Uses of AssetVersion in com.twilio.rest.serverless.v1.service.asset
Methods in com.twilio.rest.serverless.v1.service.asset that return AssetVersion Modifier and Type Method Description AssetVersionAssetVersionFetcher. fetch(TwilioRestClient client)static AssetVersionAssetVersion. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a AssetVersion object using the provided ObjectMapper.static AssetVersionAssetVersion. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a AssetVersion object using the provided ObjectMapper.Methods in com.twilio.rest.serverless.v1.service.asset that return types with arguments of type AssetVersion Modifier and Type Method Description Page<AssetVersion>AssetVersionReader. firstPage(TwilioRestClient client)Page<AssetVersion>AssetVersionReader. getPage(String targetUrl, TwilioRestClient client)Page<AssetVersion>AssetVersionReader. nextPage(Page<AssetVersion> page, TwilioRestClient client)Page<AssetVersion>AssetVersionReader. previousPage(Page<AssetVersion> page, TwilioRestClient client)ResourceSet<AssetVersion>AssetVersionReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.serverless.v1.service.asset with type arguments of type AssetVersion Modifier and Type Method Description Page<AssetVersion>AssetVersionReader. nextPage(Page<AssetVersion> page, TwilioRestClient client)Page<AssetVersion>AssetVersionReader. previousPage(Page<AssetVersion> page, TwilioRestClient client)
-