Uses of Class
com.twilio.rest.supersim.v1.sim.SimIpAddress.IpAddressVersion
-
Packages that use SimIpAddress.IpAddressVersion Package Description com.twilio.rest.supersim.v1.sim -
-
Uses of SimIpAddress.IpAddressVersion in com.twilio.rest.supersim.v1.sim
Methods in com.twilio.rest.supersim.v1.sim that return SimIpAddress.IpAddressVersion Modifier and Type Method Description static SimIpAddress.IpAddressVersionSimIpAddress.IpAddressVersion. forValue(String value)SimIpAddress.IpAddressVersionSimIpAddress. getIpAddressVersion()static SimIpAddress.IpAddressVersionSimIpAddress.IpAddressVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SimIpAddress.IpAddressVersion[]SimIpAddress.IpAddressVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.
-