@Path(value="/actions") @Consumes(value="application/json") public interface ActionApi extends Closeable
ActionApi
Modifier and Type | Interface and Description |
---|---|
static class |
ActionApi.ParseActions |
Modifier and Type | Method and Description |
---|---|
Action |
get(int id) |
PagedIterable<Action> |
list() |
IterableWithMarker<Action> |
list(ListOptions options) |
@Named(value="action:list") @GET PagedIterable<Action> list()
@Named(value="action:list") @GET IterableWithMarker<Action> list(ListOptions options)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.