| Modifier and Type | Method and Description |
|---|---|
static Phone.PhoneType |
Phone.PhoneType.forNumber(int value) |
Phone.PhoneType |
PhoneOrBuilder.getType()
Optional.
|
Phone.PhoneType |
Phone.getType()
Optional.
|
Phone.PhoneType |
Phone.Builder.getType()
Optional.
|
static Phone.PhoneType |
Phone.PhoneType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Phone.PhoneType |
Phone.PhoneType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Phone.PhoneType |
Phone.PhoneType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Phone.PhoneType[] |
Phone.PhoneType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<Phone.PhoneType> |
Phone.PhoneType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Phone.Builder |
Phone.Builder.setType(Phone.PhoneType value)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.