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"] ----