Class UserOptionServiceImpl

    • Constructor Detail

    • Method Detail

      • get

        public UserOptionService.GetRequest get()
        Description copied from interface: UserOptionService
        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"] ----
        Specified by:
        get in interface UserOptionService
      • remove

        public UserOptionService.RemoveRequest remove()
        Description copied from interface: UserOptionService
        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 ----
        Specified by:
        remove in interface UserOptionService