Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorkitemFilter.TypeEnum
Packages that use WorkitemFilter.TypeEnum
-
Uses of WorkitemFilter.TypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorkitemFilter.TypeEnumModifier and TypeMethodDescriptionstatic WorkitemFilter.TypeEnumWorkitemFilter.TypeEnum.fromString(String key) WorkitemFilter.getType()static WorkitemFilter.TypeEnumReturns the enum constant of this class with the specified name.static WorkitemFilter.TypeEnum[]WorkitemFilter.TypeEnum.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 WorkitemFilter.TypeEnumModifier and TypeMethodDescriptionvoidWorkitemFilter.setType(WorkitemFilter.TypeEnum type) WorkitemFilter.type(WorkitemFilter.TypeEnum type) Attribute type.