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