public interface ImageApi extends Closeable
ImageApi
Modifier and Type | Interface and Description |
---|---|
static class |
ImageApi.ParseImages |
Modifier and Type | Method and Description |
---|---|
void |
delete(int id) |
Image |
get(int id) |
Image |
get(String slug) |
PagedIterable<Image> |
list() |
IterableWithMarker<Image> |
list(ImageListOptions options) |
@Named(value="image:list") PagedIterable<Image> list()
@Named(value="image:list") IterableWithMarker<Image> list(ImageListOptions options)
@Named(value="image:delete") void delete(int id)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.