Uses of Class
com.axway.apim.api.model.DeviceType
-
Packages that use DeviceType Package Description com.axway.apim.api.model -
-
Uses of DeviceType in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return DeviceType Modifier and Type Method Description DeviceTypeSecurityDevice. getType()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 com.axway.apim.api.model with parameters of type DeviceType Modifier and Type Method Description voidSecurityDevice. setType(DeviceType type)
-