Uses of Class
lumis.service.analytics.usersegmentation.enums.UserMonitorFieldsCSVEnum
-
Packages that use UserMonitorFieldsCSVEnum Package Description lumis.service.analytics.usersegmentation.enums -
-
Uses of UserMonitorFieldsCSVEnum in lumis.service.analytics.usersegmentation.enums
Methods in lumis.service.analytics.usersegmentation.enums that return UserMonitorFieldsCSVEnum Modifier and Type Method Description static UserMonitorFieldsCSVEnum
UserMonitorFieldsCSVEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserMonitorFieldsCSVEnum[]
UserMonitorFieldsCSVEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-