Uses of Class
com.twilio.rest.serverless.v1.service.function.functionversion.FunctionVersionContent
-
Packages that use FunctionVersionContent Package Description com.twilio.rest.serverless.v1.service.function.functionversion -
-
Uses of FunctionVersionContent in com.twilio.rest.serverless.v1.service.function.functionversion
Methods in com.twilio.rest.serverless.v1.service.function.functionversion that return FunctionVersionContent Modifier and Type Method Description FunctionVersionContentFunctionVersionContentFetcher. fetch(TwilioRestClient client)static FunctionVersionContentFunctionVersionContent. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a FunctionVersionContent object using the provided ObjectMapper.static FunctionVersionContentFunctionVersionContent. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a FunctionVersionContent object using the provided ObjectMapper.
-