Uses of Class
com.aducid.sdk.enums.OSType
| Package | Description | 
|---|---|
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
| com.aducid.sdk.pojo | 
 Java beans. 
 | 
- 
Uses of OSType in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return OSType Modifier and Type Method Description static OSTypeOSType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OSType[]OSType. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of OSType in com.aducid.sdk.pojo
Methods in com.aducid.sdk.pojo that return OSType Modifier and Type Method Description OSTypePeigDetails. getOSType()Returns OS type.Methods in com.aducid.sdk.pojo with parameters of type OSType Modifier and Type Method Description voidPeigDetails. setOSType(OSType osType)Sets OS type.