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