@Path(value="/sizes") @Consumes(value="application/json") public interface SizeApi extends Closeable
SizeApi
Modifier and Type | Interface and Description |
---|---|
static class |
SizeApi.ParseSizes |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Size> |
list() |
IterableWithMarker<Size> |
list(ListOptions options) |
@Named(value="size:list") @GET PagedIterable<Size> list()
@Named(value="size:list") @GET IterableWithMarker<Size> list(ListOptions options)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.