public class PlannerPlanCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<PlannerPlan,PlannerPlanRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
PlannerPlanCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
PlannerBucketCollectionRequest |
buckets() |
PlannerBucketRequest |
buckets(String id) |
PlannerTaskCollectionRequest |
tasks() |
PlannerTaskRequest |
tasks(String id) |
public PlannerPlanCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public PlannerTaskCollectionRequest tasks()
public PlannerTaskRequest tasks(String id)
public PlannerBucketCollectionRequest buckets()
public PlannerBucketRequest buckets(String id)
Copyright © 2018–2020. All rights reserved.