Uses of Class
com.microsoft.graph.models.PlannerTask
Packages that use PlannerTask
-
Uses of PlannerTask in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PlannerTaskModifier and TypeMethodDescriptionstatic PlannerTaskPlannerTask.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type PlannerTaskModifier and TypeMethodDescriptionPlanner.getTasks()Gets the tasks property value.PlannerBucket.getTasks()Gets the tasks property value.PlannerPlan.getTasks()Gets the tasks property value.PlannerUser.getTasks()Gets the tasks property value.PlannerTaskCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PlannerTaskModifier and TypeMethodDescriptionvoidPlanner.setTasks(List<PlannerTask> value) Sets the tasks property value.voidPlannerBucket.setTasks(List<PlannerTask> value) Sets the tasks property value.voidPlannerPlan.setTasks(List<PlannerTask> value) Sets the tasks property value.voidPlannerUser.setTasks(List<PlannerTask> value) Sets the tasks property value.voidPlannerTaskCollectionResponse.setValue(List<PlannerTask> value) Sets the value property value.