Uses of Class
model.CreateDevice.ModelEnum
-
Packages that use CreateDevice.ModelEnum Package Description model -
-
Uses of CreateDevice.ModelEnum in model
Methods in model that return CreateDevice.ModelEnum Modifier and Type Method Description static CreateDevice.ModelEnumCreateDevice.ModelEnum. fromValue(String value)CreateDevice.ModelEnumCreateDevice. getModel()The model type of the device.CreateDevice.ModelEnumCreateDevice.ModelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreateDevice.ModelEnumCreateDevice.ModelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateDevice.ModelEnum[]CreateDevice.ModelEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type CreateDevice.ModelEnum Modifier and Type Method Description CreateDeviceCreateDevice. model(CreateDevice.ModelEnum model)voidCreateDevice. setModel(CreateDevice.ModelEnum model)voidCreateDevice.ModelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreateDevice.ModelEnum enumeration)
-