Package org.ovirt.engine.sdk4.services
Interface UserOptionsService.ListResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- UserOptionsService
public static interface UserOptionsService.ListResponse extends Response
Returns a list of user profile properties of type JSON. Example request(for user with identifier `123`): [source] ---- GET /ovirt-engine/api/users/123/options ---- The result will be the following XML document: [source,xml] ----SomeName ["any", "JSON"]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<UserOption>
options()
-
-
-
Method Detail
-
options
List<UserOption> options()
-
-