Uses of Class
com.twilio.rest.frontlineapi.v1.User.StateType
-
Packages that use User.StateType Package Description com.twilio.rest.frontlineapi.v1 -
-
Uses of User.StateType in com.twilio.rest.frontlineapi.v1
Methods in com.twilio.rest.frontlineapi.v1 that return User.StateType Modifier and Type Method Description static User.StateTypeUser.StateType. forValue(String value)User.StateTypeUser. getState()static User.StateTypeUser.StateType. valueOf(String name)Returns the enum constant of this type with the specified name.static User.StateType[]User.StateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.frontlineapi.v1 with parameters of type User.StateType Modifier and Type Method Description UserUpdaterUserUpdater. setState(User.StateType state)
-