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.BrowserEnumEvent.BrowserEnum. fromValue(String text)Event.BrowserEnumEvent. getBrowser()Event.BrowserEnumEvent.BrowserEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static Event.BrowserEnumEvent.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 voidEvent.BrowserEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, Event.BrowserEnum enumeration)
-