Uses of Class
com.twilio.rest.supersim.v1.SmsCommandCreator
-
Packages that use SmsCommandCreator Package Description com.twilio.rest.supersim.v1 -
-
Uses of SmsCommandCreator in com.twilio.rest.supersim.v1
Methods in com.twilio.rest.supersim.v1 that return SmsCommandCreator Modifier and Type Method Description static SmsCommandCreator
SmsCommand. creator(String sim, String payload)
SmsCommandCreator
SmsCommandCreator. setCallbackMethod(HttpMethod callbackMethod)
SmsCommandCreator
SmsCommandCreator. setCallbackUrl(String callbackUrl)
SmsCommandCreator
SmsCommandCreator. setCallbackUrl(URI callbackUrl)
SmsCommandCreator
SmsCommandCreator. setPayload(String payload)
SmsCommandCreator
SmsCommandCreator. setSim(String sim)
-