Uses of Class
com.google.type.PhoneNumber.KindCase
-
Packages that use PhoneNumber.KindCase Package Description com.google.type -
-
Uses of PhoneNumber.KindCase in com.google.type
Methods in com.google.type that return PhoneNumber.KindCase Modifier and Type Method Description static PhoneNumber.KindCasePhoneNumber.KindCase. forNumber(int value)PhoneNumber.KindCasePhoneNumber.Builder. getKindCase()PhoneNumber.KindCasePhoneNumber. getKindCase()PhoneNumber.KindCasePhoneNumberOrBuilder. getKindCase()static PhoneNumber.KindCasePhoneNumber.KindCase. valueOf(int value)Deprecated.static PhoneNumber.KindCasePhoneNumber.KindCase. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumber.KindCase[]PhoneNumber.KindCase. values()Returns an array containing the constants of this enum type, in the order they are declared.
-