Uses of Class
odata.msgraph.client.beta.entity.PlannerPlan
-
Packages that use PlannerPlan Package Description odata.msgraph.client.beta.entity -
-
Uses of PlannerPlan in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PlannerPlan Modifier and Type Method Description PlannerPlanPlannerPlan.Builder. build()PlannerPlanPlannerPlan. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PlannerPlanPlannerPlan. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PlannerPlanPlannerPlan. withContainer(PlannerPlanContainer container)PlannerPlanPlannerPlan. withContexts(PlannerPlanContextCollection contexts)PlannerPlanPlannerPlan. withCreatedBy(IdentitySet createdBy)PlannerPlanPlannerPlan. withCreatedDateTime(OffsetDateTime createdDateTime)PlannerPlanPlannerPlan. withOwner(String owner)Returns an immutable copy ofthiswith just theownerfield changed.PlannerPlanPlannerPlan. withTitle(String title)PlannerPlanPlannerPlan. withUnmappedField(String name, String value)
-