Question
How to use sortDirection in Java API
Hi,
I'm using the Java API_4_16.
I'd like to add the sortDirection as option:
...
command.addOption(new Option("sortField","Planned End Date"));
command.addOption(new Option("sortDirection","Ascending"));
...
when executing the command it throws this exception:
com.mks.api.response.InvalidCommandOptionException: im: MKS124819: Invalid option: "sortDirection"
So how to specifiy the sort direction 🤔
Regards,
Simon

