Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.Bundle.SortDirection
-
Packages that use Bundle.SortDirection Package Description com.twilio.rest.numbers.v2.regulatorycompliance -
-
Uses of Bundle.SortDirection in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return Bundle.SortDirection Modifier and Type Method Description static Bundle.SortDirectionBundle.SortDirection. forValue(String value)static Bundle.SortDirectionBundle.SortDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Bundle.SortDirection[]Bundle.SortDirection. 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.SortDirection Modifier and Type Method Description BundleReaderBundleReader. setSortDirection(Bundle.SortDirection sortDirection)
-