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