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