Uses of Enum Class
com.mypurecloud.sdk.v2.model.EventLog.CategoryEnum
Packages that use EventLog.CategoryEnum
-
Uses of EventLog.CategoryEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EventLog.CategoryEnumModifier and TypeMethodDescriptionstatic EventLog.CategoryEnumEventLog.CategoryEnum.fromString(String key) EventLog.getCategory()static EventLog.CategoryEnumReturns the enum constant of this class with the specified name.static EventLog.CategoryEnum[]EventLog.CategoryEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type EventLog.CategoryEnumModifier and TypeMethodDescriptionEventLog.category(EventLog.CategoryEnum category) voidEventLog.setCategory(EventLog.CategoryEnum category)