Package org.ovirt.engine.sdk4.services
Interface IconService.GetResponse
-
- All Superinterfaces:
Response
- Enclosing interface:
- IconService
public static interface IconService.GetResponse extends Response
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Icon
icon()
Retrieved icon.
-
-
-
Method Detail
-
icon
Icon icon()
Retrieved icon.
-
-