Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Host.OsTypeEnum
-
Packages that use Host.OsTypeEnum Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of Host.OsTypeEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return Host.OsTypeEnum Modifier and Type Method Description static Host.OsTypeEnumHost.OsTypeEnum. fromValue(String text)Host.OsTypeEnumHost. getOsType()Host.OsTypeEnumHost.OsTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Host.OsTypeEnumHost.OsTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Host.OsTypeEnum[]Host.OsTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type Host.OsTypeEnum Modifier and Type Method Description HostHost. osType(Host.OsTypeEnum osType)voidHost. setOsType(Host.OsTypeEnum osType)voidHost.OsTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Host.OsTypeEnum enumeration)
-