Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Host.UserLevelEnum
-
Packages that use Host.UserLevelEnum Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of Host.UserLevelEnum in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return Host.UserLevelEnum Modifier and Type Method Description static Host.UserLevelEnumHost.UserLevelEnum. fromValue(String text)Host.UserLevelEnumHost. getUserLevel()Host.UserLevelEnumHost.UserLevelEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Host.UserLevelEnumHost.UserLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Host.UserLevelEnum[]Host.UserLevelEnum. 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.UserLevelEnum Modifier and Type Method Description voidHost. setUserLevel(Host.UserLevelEnum userLevel)HostHost. userLevel(Host.UserLevelEnum userLevel)voidHost.UserLevelEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Host.UserLevelEnum enumeration)
-