Interface IconsService.ListResponse

  • All Superinterfaces:
    Response
    Enclosing interface:
    IconsService

    public static interface IconsService.ListResponse
    extends Response
    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.
    • Method Detail

      • icons

        List<Icon> icons()
        Retrieved list of icons.