Interface ImageApi
- All Superinterfaces:
 AutoCloseable,Closeable
Provides access to Images via the REST API.
- See Also:
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionvoiddelete(int id) get(int id) list()list(ImageListOptions options)  
- 
Method Details
- 
list
 - 
list
 - 
get
 - 
get
 - 
delete
@Named("image:delete") @DELETE @Path("/{id}") void delete(@PathParam("id") int id)  
 -