Uses of Class
com.twilio.rest.supersim.v1.IpCommand.Status
-
Packages that use IpCommand.Status Package Description com.twilio.rest.supersim.v1 -
-
Uses of IpCommand.Status in com.twilio.rest.supersim.v1
Methods in com.twilio.rest.supersim.v1 that return IpCommand.Status Modifier and Type Method Description static IpCommand.StatusIpCommand.Status. forValue(String value)IpCommand.StatusIpCommand. getStatus()static IpCommand.StatusIpCommand.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static IpCommand.Status[]IpCommand.Status. 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.Status Modifier and Type Method Description IpCommandReaderIpCommandReader. setStatus(IpCommand.Status status)
-