Package org.jclouds.packet.features
Interface ProjectApi
-
@Path("/projects") @Consumes("application/json") public interface ProjectApi
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ProjectApi.ParseProjects
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PagedIterable<Project>
list()
IterableWithMarker<Project>
list(ListOptions options)
-
-
-
Method Detail
-
list
@Named("project:list") @GET PagedIterable<Project> list()
-
list
@Named("project:list") @GET IterableWithMarker<Project> list(ListOptions options)
-
-