Uses of Class
com.twilio.rest.proxy.v1.service.Session.Mode
-
Packages that use Session.Mode Package Description com.twilio.rest.proxy.v1.service -
-
Uses of Session.Mode in com.twilio.rest.proxy.v1.service
Methods in com.twilio.rest.proxy.v1.service that return Session.Mode Modifier and Type Method Description static Session.ModeSession.Mode. forValue(String value)Session.ModeSession. getMode()static Session.ModeSession.Mode. valueOf(String name)Returns the enum constant of this type with the specified name.static Session.Mode[]Session.Mode. 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.Mode Modifier and Type Method Description SessionCreatorSessionCreator. setMode(Session.Mode mode)
-