Package odata.msgraph.client.beta.entity
Class PlannerPlan.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.PlannerPlan.Builder
-
- Enclosing class:
- PlannerPlan
public static final class PlannerPlan.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlannerPlanbuild()PlannerPlan.Buildercontainer(PlannerPlanContainer container)PlannerPlan.Buildercontexts(PlannerPlanContextCollection contexts)PlannerPlan.BuildercreatedBy(IdentitySet createdBy)PlannerPlan.BuildercreatedDateTime(OffsetDateTime createdDateTime)PlannerPlan.Builderid(String id)PlannerPlan.Builderowner(String owner)Org.OData.Core.V1.RevisionsPlannerPlan.Buildertitle(String title)
-
-
-
Method Detail
-
id
public PlannerPlan.Builder id(String id)
-
container
public PlannerPlan.Builder container(PlannerPlanContainer container)
-
contexts
public PlannerPlan.Builder contexts(PlannerPlanContextCollection contexts)
-
createdBy
public PlannerPlan.Builder createdBy(IdentitySet createdBy)
-
createdDateTime
public PlannerPlan.Builder createdDateTime(OffsetDateTime createdDateTime)
-
owner
public PlannerPlan.Builder owner(String owner)
Org.OData.Core.V1.Revisions
- Parameters:
owner- value ofownerproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
title
public PlannerPlan.Builder title(String title)
-
build
public PlannerPlan build()
-
-