Package odata.msgraph.client.beta.entity
Class PlannerPlanDetails.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.PlannerPlanDetails.Builder
-
- Enclosing class:
- PlannerPlanDetails
public static final class PlannerPlanDetails.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlannerPlanDetailsbuild()PlannerPlanDetails.BuildercategoryDescriptions(PlannerCategoryDescriptions categoryDescriptions)PlannerPlanDetails.BuildercontextDetails(PlannerPlanContextDetailsCollection contextDetails)PlannerPlanDetails.Builderid(String id)PlannerPlanDetails.BuildersharedWith(PlannerUserIds sharedWith)
-
-
-
Method Detail
-
id
public PlannerPlanDetails.Builder id(String id)
-
categoryDescriptions
public PlannerPlanDetails.Builder categoryDescriptions(PlannerCategoryDescriptions categoryDescriptions)
-
contextDetails
public PlannerPlanDetails.Builder contextDetails(PlannerPlanContextDetailsCollection contextDetails)
-
sharedWith
public PlannerPlanDetails.Builder sharedWith(PlannerUserIds sharedWith)
-
build
public PlannerPlanDetails build()
-
-