Forum Discussion
mslisamarie
Occasional Contributor
You should use PickleWrapper and Pickle and String Tag instead since PickleEvent and PickleTag now is deprecated. Here is a small example:
for (final String tagg : wrapper.getPickle().getTags()) {
if (tag.equals(tagg)) {
foundPickles.add(wrapper.getPickle());
Best Regards
Lisa Marie
saiprakash8093
3 years agoNew Contributor
Thank you for quick response. I will check and get back to you on this.
Related Content
- 5 months ago
- 2 years ago