public class PlannerUserRequest extends com.github.davidmoten.odata.client.EntityRequest<PlannerUser>
| Constructor and Description |
|---|
PlannerUserRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
PlannerDeltaCollectionRequest |
all() |
PlannerDeltaRequest |
all(String id) |
PlannerPlanCollectionRequest |
favoritePlans() |
PlannerPlanRequest |
favoritePlans(String id) |
PlannerPlanCollectionRequest |
plans() |
PlannerPlanRequest |
plans(String id) |
PlannerPlanCollectionRequest |
recentPlans() |
PlannerPlanRequest |
recentPlans(String id) |
PlannerTaskCollectionRequest |
tasks() |
PlannerTaskRequest |
tasks(String id) |
public PlannerUserRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public PlannerTaskCollectionRequest tasks()
public PlannerTaskRequest tasks(String id)
public PlannerPlanCollectionRequest plans()
public PlannerPlanRequest plans(String id)
public PlannerPlanCollectionRequest favoritePlans()
public PlannerPlanRequest favoritePlans(String id)
public PlannerPlanCollectionRequest recentPlans()
public PlannerPlanRequest recentPlans(String id)
public PlannerDeltaCollectionRequest all()
public PlannerDeltaRequest all(String id)
Copyright © 2018–2020. All rights reserved.