Uses of Enum
model.CreateDevice.ModelEnum
Packages that use CreateDevice.ModelEnum
-
Uses of CreateDevice.ModelEnum in model
Methods in model that return CreateDevice.ModelEnumModifier and TypeMethodDescriptionstatic CreateDevice.ModelEnumCreateDevice.getModel()Include one of the following values to let Finix know the type of device that's being used.CreateDevice.ModelEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static CreateDevice.ModelEnumReturns 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.ModelEnumModifier and TypeMethodDescriptionCreateDevice.model(CreateDevice.ModelEnum model) voidCreateDevice.setModel(CreateDevice.ModelEnum model) voidCreateDevice.ModelEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, CreateDevice.ModelEnum enumeration)