| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
PlannerPlan |
PlannerPlan.Builder.build() |
PlannerPlan |
PlannerPlan.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PlannerPlan |
PlannerPlan.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PlannerPlan |
PlannerPlan.withContexts(PlannerPlanContextCollection contexts) |
PlannerPlan |
PlannerPlan.withCreatedBy(IdentitySet createdBy) |
PlannerPlan |
PlannerPlan.withCreatedDateTime(OffsetDateTime createdDateTime) |
PlannerPlan |
PlannerPlan.withOwner(String owner) |
PlannerPlan |
PlannerPlan.withTitle(String title) |
Copyright © 2018–2020. All rights reserved.