Class PlannerGroupRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.EntityRequest<PlannerGroup>
-
- odata.msgraph.client.beta.entity.request.PlannerGroupRequest
-
public class PlannerGroupRequest extends com.github.davidmoten.odata.client.EntityRequest<PlannerGroup>
-
-
Constructor Summary
Constructors Constructor Description PlannerGroupRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlannerPlanCollectionRequestplans()PlannerPlanRequestplans(String id)
-
-
-
Method Detail
-
plans
public PlannerPlanCollectionRequest plans()
-
plans
public PlannerPlanRequest plans(String id)
-
-