OnDemand Users Group

Support Forums => ODWEK, Java and REST APIs => Topic started by: ymeunier on November 29, 2017, 06:52:54 AM

Title: JAVA Constant explanation
Post by: ymeunier on November 29, 2017, 06:52:54 AM
Hi,

Does anyone have an explanation about constants?
I did not find anything on it.

Thank you

Best Regards,
Yann
Title: Re: JAVA Constant explanation
Post by: Justin Derrick on November 30, 2017, 03:34:41 PM
Did you check the .zip file with the HTML documentation for ODWEK?

IBM CMOD ODWEK ODapiDoc: https://cmod.wiki/dox/ODapiDoc/v10.1/index.html  Here's a shortcut for future reference:  http://cmod.co/odapidoc

-JD.
Title: Re: JAVA Constant explanation
Post by: ymeunier on December 04, 2017, 06:45:39 AM
Unfortunately yes ! :)
None of the constants are clearly explained
Title: Re: JAVA Constant explanation
Post by: Justin Derrick on December 04, 2017, 05:04:56 PM
Maybe I'm missing something...  What would you like explained?  They are names for specific values.  If you want that value, you can use it by name, and that's passed on to the CMOD server.

-JD.