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.KindCase
PhoneNumber.KindCase. forNumber(int value)
PhoneNumber.KindCase
PhoneNumber.Builder. getKindCase()
PhoneNumber.KindCase
PhoneNumber. getKindCase()
PhoneNumber.KindCase
PhoneNumberOrBuilder. getKindCase()
static PhoneNumber.KindCase
PhoneNumber.KindCase. valueOf(int value)
Deprecated.static PhoneNumber.KindCase
PhoneNumber.KindCase. valueOf(java.lang.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.
-