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