Class VariableFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Variable>
-
- com.twilio.rest.serverless.v1.service.environment.VariableFetcher
-
-
Constructor Summary
Constructors Constructor Description VariableFetcher(String pathServiceSid, String pathEnvironmentSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Variable
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-