Uses of Class
com.google.shopping.type.Channel.ChannelEnum
-
Packages that use Channel.ChannelEnum Package Description com.google.shopping.type -
-
Uses of Channel.ChannelEnum in com.google.shopping.type
Methods in com.google.shopping.type that return Channel.ChannelEnum Modifier and Type Method Description static Channel.ChannelEnum
Channel.ChannelEnum. forNumber(int value)
static Channel.ChannelEnum
Channel.ChannelEnum. valueOf(int value)
Deprecated.static Channel.ChannelEnum
Channel.ChannelEnum. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Channel.ChannelEnum
Channel.ChannelEnum. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Channel.ChannelEnum[]
Channel.ChannelEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.shopping.type that return types with arguments of type Channel.ChannelEnum Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Channel.ChannelEnum>
Channel.ChannelEnum. internalGetValueMap()
-