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