Class IconsServiceImpl

    • Method Detail

      • list

        public IconsService.ListRequest list()
        Description copied from interface: IconsService
        Get a list of icons. [source] ---- GET /ovirt-engine/api/icons ---- You will get a XML response which is similar to this one: [source,xml] ---- ... image/png ... ---- The order of the returned list of icons isn't guaranteed.
        Specified by:
        list in interface IconsService
      • service

        public Service service​(String path)
        Description copied from interface: IconsService
        Service locator method, returns individual service on which the URI is dispatched.
        Specified by:
        service in interface IconsService