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