Uses of Class
ai.promoted.proto.common.DeviceType
-
Packages that use DeviceType Package Description ai.promoted.proto.common -
-
Uses of DeviceType in ai.promoted.proto.common
Methods in ai.promoted.proto.common that return DeviceType Modifier and Type Method Description static DeviceTypeDeviceType. forNumber(int value)DeviceTypeDevice.Builder. getDeviceType().common.DeviceType device_type = 1 [json_name = "deviceType"];DeviceTypeDevice. getDeviceType().common.DeviceType device_type = 1 [json_name = "deviceType"];DeviceTypeDeviceOrBuilder. getDeviceType().common.DeviceType device_type = 1 [json_name = "deviceType"];static DeviceTypeDeviceType. valueOf(int value)Deprecated.static DeviceTypeDeviceType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static DeviceTypeDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceType[]DeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.promoted.proto.common that return types with arguments of type DeviceType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<DeviceType>DeviceType. internalGetValueMap()Methods in ai.promoted.proto.common with parameters of type DeviceType Modifier and Type Method Description Device.BuilderDevice.Builder. setDeviceType(DeviceType value).common.DeviceType device_type = 1 [json_name = "deviceType"];
-