Uses of Enum Class
com.mypurecloud.sdk.v2.model.WorktypeQueryRequest.SelectEnum
Packages that use WorktypeQueryRequest.SelectEnum
-
Uses of WorktypeQueryRequest.SelectEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WorktypeQueryRequest.SelectEnumModifier and TypeMethodDescriptionWorktypeQueryRequest.SelectEnum.fromString(String key) WorktypeQueryRequest.getSelect()Returns the enum constant of this class with the specified name.static WorktypeQueryRequest.SelectEnum[]WorktypeQueryRequest.SelectEnum.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 WorktypeQueryRequest.SelectEnumModifier and TypeMethodDescriptionWorktypeQueryRequest.select(WorktypeQueryRequest.SelectEnum select) Specify the value 'Count' for this parameter in order to return only the record count.voidWorktypeQueryRequest.setSelect(WorktypeQueryRequest.SelectEnum select)