Interface UserOptionsService

    • Method Detail

      • add

        UserOptionsService.AddRequest add()
        Adds a new user profile property of type JSON. Example request(for user with identifier `123`): [source] ---- POST /ovirt-engine/api/users/123/options ---- Payload: [source,xml] ---- SomeName ["any", "JSON"] ----
      • list

        UserOptionsService.ListRequest list()
        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"] ----
      • service

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