@Path(value="/plans")
@Consumes(value="application/json")
public interface PlanApi
Modifier and Type | Interface and Description |
---|---|
static class |
PlanApi.ParsePlans |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Plan> |
list() |
IterableWithMarker<Plan> |
list(ListOptions options) |
@Named(value="plan:list") @GET PagedIterable<Plan> list()
@Named(value="plan:list") @GET IterableWithMarker<Plan> list(ListOptions options)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.