Uses of Class
com.twilio.rest.supersim.v1.IpCommand.Direction
-
Packages that use IpCommand.Direction Package Description com.twilio.rest.supersim.v1 -
-
Uses of IpCommand.Direction in com.twilio.rest.supersim.v1
Methods in com.twilio.rest.supersim.v1 that return IpCommand.Direction Modifier and Type Method Description static IpCommand.DirectionIpCommand.Direction. forValue(String value)IpCommand.DirectionIpCommand. getDirection()static IpCommand.DirectionIpCommand.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static IpCommand.Direction[]IpCommand.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.supersim.v1 with parameters of type IpCommand.Direction Modifier and Type Method Description IpCommandReaderIpCommandReader. setDirection(IpCommand.Direction direction)
-