cloud-of-things / cot-java-rest-sdk

Cloud of Things Java Rest SDK (Cloud der Dinge Java Rest SDK)
MIT License
8 stars 10 forks source link

Deprecated Filter methods could stay supported #71

Closed rokkbert closed 5 years ago

rokkbert commented 6 years ago

The deprecation is only because of the magic strings inside that are not secured by enums. But the methods could internally use the FilterBy too, then they would be safer. They are sometimes more convenient compared to the enum.