Uses of Class
com.microsoft.graph.models.PlannerPlan
Packages that use PlannerPlan
-
Uses of PlannerPlan in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PlannerPlanModifier and TypeMethodDescriptionstatic PlannerPlanPlannerPlan.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 PlannerPlanModifier and TypeMethodDescriptionPlanner.getPlans()Gets the plans property value.PlannerGroup.getPlans()Gets the plans property value.PlannerUser.getPlans()Gets the plans property value.PlannerPlanCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type PlannerPlanModifier and TypeMethodDescriptionvoidPlanner.setPlans(List<PlannerPlan> value) Sets the plans property value.voidPlannerGroup.setPlans(List<PlannerPlan> value) Sets the plans property value.voidPlannerUser.setPlans(List<PlannerPlan> value) Sets the plans property value.voidPlannerPlanCollectionResponse.setValue(List<PlannerPlan> value) Sets the value property value.