Uses of Class
com.twilio.rest.wireless.v1.Sim.Status
-
Packages that use Sim.Status Package Description com.twilio.rest.wireless.v1 -
-
Uses of Sim.Status in com.twilio.rest.wireless.v1
Methods in com.twilio.rest.wireless.v1 that return Sim.Status Modifier and Type Method Description static Sim.Status
Sim.Status. forValue(String value)
Generate a Status from a string.Sim.Status
Sim. getStatus()
Returns The A string representing the status of the Sim..static Sim.Status
Sim.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Sim.Status[]
Sim.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.wireless.v1 with parameters of type Sim.Status Modifier and Type Method Description SimReader
SimReader. setStatus(Sim.Status status)
Only return Sims with this status..SimUpdater
SimUpdater. setStatus(Sim.Status status)
A string representing the status of the Sim.
-