Uses of Class
com.twilio.twiml.voice.Pay.StatusCallbackMethod
-
Packages that use Pay.StatusCallbackMethod Package Description com.twilio.twiml.voice -
-
Uses of Pay.StatusCallbackMethod in com.twilio.twiml.voice
Methods in com.twilio.twiml.voice that return Pay.StatusCallbackMethod Modifier and Type Method Description Pay.StatusCallbackMethod
Pay. getStatusCallbackMethod()
Status callback methodstatic Pay.StatusCallbackMethod
Pay.StatusCallbackMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static Pay.StatusCallbackMethod[]
Pay.StatusCallbackMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.twiml.voice with parameters of type Pay.StatusCallbackMethod Modifier and Type Method Description Pay.Builder
Pay.Builder. statusCallbackMethod(Pay.StatusCallbackMethod statusCallbackMethod)
Status callback method
-