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