Package com.twilio.rest.preview.wireless
Class CommandCreator
- java.lang.Object
-
- com.twilio.base.Creator<Command>
-
- com.twilio.rest.preview.wireless.CommandCreator
-
-
Constructor Summary
Constructors Constructor Description CommandCreator(String command)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Commandcreate(TwilioRestClient client)Execute a request using specified client.CommandCreatorsetCallbackMethod(String callbackMethod)CommandCreatorsetCallbackUrl(String callbackUrl)CommandCreatorsetCallbackUrl(URI callbackUrl)CommandCreatorsetCommand(String command)CommandCreatorsetCommandMode(String commandMode)CommandCreatorsetDevice(String device)CommandCreatorsetIncludeSid(String includeSid)CommandCreatorsetSim(String sim)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
CommandCreator
public CommandCreator(String command)
-
-
Method Detail
-
setCommand
public CommandCreator setCommand(String command)
-
setDevice
public CommandCreator setDevice(String device)
-
setSim
public CommandCreator setSim(String sim)
-
setCallbackMethod
public CommandCreator setCallbackMethod(String callbackMethod)
-
setCallbackUrl
public CommandCreator setCallbackUrl(URI callbackUrl)
-
setCallbackUrl
public CommandCreator setCallbackUrl(String callbackUrl)
-
setCommandMode
public CommandCreator setCommandMode(String commandMode)
-
setIncludeSid
public CommandCreator setIncludeSid(String includeSid)
-
-