Interface ActionApi
-
- All Superinterfaces:
AutoCloseable,Closeable
@Path("/actions") @Consumes("application/json") public interface ActionApi extends CloseableProvides access to Actions via the REST API.- See Also:
- ,
ActionApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classActionApi.ParseActions
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Actionget(int id)PagedIterable<Action>list()IterableWithMarker<Action>list(ListOptions options)
-
-
-
Method Detail
-
list
@Named("action:list") @GET PagedIterable<Action> list()
-
list
@Named("action:list") @GET IterableWithMarker<Action> list(ListOptions options)
-
-