Interface ActionApi
-
- All Superinterfaces:
AutoCloseable
,Closeable
@Path("/actions") @Consumes("application/json") public interface ActionApi extends Closeable
Provides access to Actions via the REST API.- See Also:
- ,
ActionApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ActionApi.ParseActions
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Action
get(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)
-
-