Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.Bundle.Status
-
Packages that use Bundle.Status Package Description com.twilio.rest.numbers.v2.regulatorycompliance -
-
Uses of Bundle.Status in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return Bundle.Status Modifier and Type Method Description static Bundle.StatusBundle.Status. forValue(String value)Bundle.StatusBundle. getStatus()static Bundle.StatusBundle.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static Bundle.Status[]Bundle.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.numbers.v2.regulatorycompliance with parameters of type Bundle.Status Modifier and Type Method Description BundleReaderBundleReader. setStatus(Bundle.Status status)BundleUpdaterBundleUpdater. setStatus(Bundle.Status status)
-