Package org.jclouds.packet.features
Interface PlanApi
- 
@Path("/plans") @Consumes("application/json") public interface PlanApi 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPlanApi.ParsePlans 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PagedIterable<Plan>list()IterableWithMarker<Plan>list(ListOptions options) 
 - 
 
- 
- 
Method Detail
- 
list
@Named("plan:list") @GET PagedIterable<Plan> list() 
- 
list
@Named("plan:list") @GET IterableWithMarker<Plan> list(ListOptions options) 
 - 
 
 -