Interface IconService

  • All Superinterfaces:
    Service
    All Known Implementing Classes:
    IconServiceImpl

    public interface IconService
    extends Service
    A service to manage an icon (read-only).
    • Method Detail

      • get

        IconService.GetRequest get()
        Get an icon. [source] ---- GET /ovirt-engine/api/icons/123 ---- You will get a XML response like this one: [source,xml] ---- Some binary data here image/png ----
      • service

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