Interface SizeApi
-
- All Superinterfaces:
AutoCloseable,Closeable
@Path("/sizes") @Consumes("application/json") public interface SizeApi extends CloseableProvides access to Sizes via the REST API.- See Also:
- ,
SizeApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSizeApi.ParseSizes
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PagedIterable<Size>list()IterableWithMarker<Size>list(ListOptions options)
-
-
-
Method Detail
-
list
@Named("size:list") @GET PagedIterable<Size> list()
-
list
@Named("size:list") @GET IterableWithMarker<Size> list(ListOptions options)
-
-