Interface UserOptionService

    • Method Detail

      • get

        UserOptionService.GetRequest get()
        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"] ----
      • remove

        UserOptionService.RemoveRequest remove()
        Deletes an existing property of type JSON. Example request(for user with identifier `123` and option with identifier `456`): [source] ---- DELETE /ovirt-engine/api/users/123/options/456 ----
      • service

        Service service​(String path)
        Service locator method, returns individual service on which the URI is dispatched.