Uses of Class
com.google.i18n.phonenumbers.PhoneNumberUtil.ValidationResult
-
Packages that use PhoneNumberUtil.ValidationResult Package Description com.google.i18n.phonenumbers -
-
Uses of PhoneNumberUtil.ValidationResult in com.google.i18n.phonenumbers
Methods in com.google.i18n.phonenumbers that return PhoneNumberUtil.ValidationResult Modifier and Type Method Description PhoneNumberUtil.ValidationResultPhoneNumberUtil. isPossibleNumberForTypeWithReason(Phonenumber.PhoneNumber number, PhoneNumberUtil.PhoneNumberType type)Check whether a phone number is a possible number of a particular type.PhoneNumberUtil.ValidationResultPhoneNumberUtil. isPossibleNumberWithReason(Phonenumber.PhoneNumber number)Check whether a phone number is a possible number.static PhoneNumberUtil.ValidationResultPhoneNumberUtil.ValidationResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PhoneNumberUtil.ValidationResult[]PhoneNumberUtil.ValidationResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-