Uses of Class
com.twilio.rest.proxy.v1.service.Session.Status
-
Packages that use Session.Status Package Description com.twilio.rest.proxy.v1.service -
-
Uses of Session.Status in com.twilio.rest.proxy.v1.service
Methods in com.twilio.rest.proxy.v1.service that return Session.Status Modifier and Type Method Description static Session.StatusSession.Status. forValue(String value)Session.StatusSession. getStatus()static Session.StatusSession.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Session.Status[]Session.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.proxy.v1.service with parameters of type Session.Status Modifier and Type Method Description SessionCreatorSessionCreator. setStatus(Session.Status status)SessionUpdaterSessionUpdater. setStatus(Session.Status status)
-