Uses of Class
odata.msgraph.client.entity.PlannerTask
-
Packages that use PlannerTask Package Description odata.msgraph.client.entity -
-
Uses of PlannerTask in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type PlannerTask Modifier and Type Field Description protected List<PlannerTask>Planner. tasksMethods in odata.msgraph.client.entity with parameters of type PlannerTask Modifier and Type Method Description Planner.BuilderPlanner.Builder. tasks(PlannerTask... tasks)Method parameters in odata.msgraph.client.entity with type arguments of type PlannerTask Modifier and Type Method Description Planner.BuilderPlanner.Builder. tasks(List<PlannerTask> tasks)PlannerPlanner. withTasks(List<PlannerTask> tasks)
-