Class VariableCreator
- java.lang.Object
-
- com.twilio.base.Creator<Variable>
-
- com.twilio.rest.serverless.v1.service.environment.VariableCreator
-
public class VariableCreator extends Creator<Variable>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description VariableCreator(String pathServiceSid, String pathEnvironmentSid, String key, String value)
Construct a new VariableCreator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Variable
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
VariableCreator
public VariableCreator(String pathServiceSid, String pathEnvironmentSid, String key, String value)
Construct a new VariableCreator.- Parameters:
pathServiceSid
- Service Sid.pathEnvironmentSid
- Environment Sid.key
- A string by which this Variable can be referenced.value
- A string that contains the actual value of this Variable.
-
-
Method Detail
-
create
public Variable create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
-
-