Uses of Class
com.cloudtestapi.common.Constants.ModelListFilterType
-
Packages that use Constants.ModelListFilterType Package Description com.cloudtestapi.common com.cloudtestapi.device -
-
Uses of Constants.ModelListFilterType in com.cloudtestapi.common
Methods in com.cloudtestapi.common that return Constants.ModelListFilterType Modifier and Type Method Description static Constants.ModelListFilterTypeConstants.ModelListFilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.ModelListFilterType[]Constants.ModelListFilterType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.ModelListFilterType in com.cloudtestapi.device
Methods in com.cloudtestapi.device with parameters of type Constants.ModelListFilterType Modifier and Type Method Description ProjectModelList[]DeviceClient. getProjectModelList(String projectId, Constants.ModelListFilterType filterType, Integer offset, Integer limit)Get device model list configured in web controller<T extends ModelListInfoBase>
T[]DeviceClient. getProjectModelListInfo(Integer listId, Constants.ModelListFilterType filterType)get model group info
-