Uses of Enum Class
it.auties.whatsapp.model.mobile.CountryCode
Packages that use CountryCode
-
Uses of CountryCode in it.auties.whatsapp.model.mobile
Fields in it.auties.whatsapp.model.mobile declared as CountryCodeModifier and TypeFieldDescriptionprivate final CountryCodePhoneNumber.countryCodeThe field for thecountryCoderecord component.Methods in it.auties.whatsapp.model.mobile that return CountryCodeModifier and TypeMethodDescriptionPhoneNumber.countryCode()Returns the value of thecountryCoderecord component.static CountryCodeReturns the enum constant of this class with the specified name.static CountryCode[]CountryCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.mobile that return types with arguments of type CountryCodeConstructors in it.auties.whatsapp.model.mobile with parameters of type CountryCodeModifierConstructorDescriptionPhoneNumber(CountryCode countryCode, long numberWithoutPrefix) Creates an instance of aPhoneNumberrecord class.