call
public final UsersGetUserSettingsResponse call(String uid)
throws OnshapeException
Calls getUserSettings method, Get user settings. These are the default units that are used when the user
creates a new document.
Mouse button settings are contained in reverseScrollWheelZoomDirection and viewManipulationMouseKeyMapping.
For each action in viewManipulationMouseKeyMapping, an array of modifier key/mouse button press combos is provided
that performs that action. Possible modifier keys include SHIFT and CTRL, and possible mouse buttons include MMB (middle), RMB (right),
and SCROLLWHEEL. The scroll wheel is used in zoom operations, where scrolling forward causes the view to zoom in unless
reverseScrollWheelZoomDirection is set to true.
- Parameters:
uid - The user id
- Returns:
- Response object
- Throws:
OnshapeException - On HTTP or serialization error