Variable RestInterfaceSettings.methodStyle
Naming convention used for the generated URLs.
class RestInterfaceSettings
{
// ...
MethodStyle methodStyle
= MethodStyle .lowerUnderscored;
// ...
}