Package org.ovirt.engine.sdk4.services
Interface UserOptionService.GetRequest
-
- All Superinterfaces:
Request<UserOptionService.GetRequest,UserOptionService.GetResponse>
- Enclosing interface:
- UserOptionService
public static interface UserOptionService.GetRequest extends Request<UserOptionService.GetRequest,UserOptionService.GetResponse>
Returns a user profile property of type JSON. Example request(for user with identifier `123` and option with identifier `456`): [source] ---- GET /ovirt-engine/api/users/123/options/456 ---- The result will be the following XML document: [source,xml] ----SomeName ["any", "JSON"]