Uses of Class
odata.msgraph.client.beta.complex.PlannerPlanContextDetailsCollection
-
Packages that use PlannerPlanContextDetailsCollection Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PlannerPlanContextDetailsCollection in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PlannerPlanContextDetailsCollection Modifier and Type Method Description PlannerPlanContextDetailsCollectionPlannerPlanContextDetailsCollection.Builder. build()PlannerPlanContextDetailsCollectionPlannerPlanContextDetailsCollection. withUnmappedField(String name, String value) -
Uses of PlannerPlanContextDetailsCollection in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PlannerPlanContextDetailsCollection Modifier and Type Field Description protected PlannerPlanContextDetailsCollectionPlannerPlanDetails. contextDetailsMethods in odata.msgraph.client.beta.entity that return types with arguments of type PlannerPlanContextDetailsCollection Modifier and Type Method Description Optional<PlannerPlanContextDetailsCollection>PlannerPlanDetails. getContextDetails()Methods in odata.msgraph.client.beta.entity with parameters of type PlannerPlanContextDetailsCollection Modifier and Type Method Description PlannerPlanDetails.BuilderPlannerPlanDetails.Builder. contextDetails(PlannerPlanContextDetailsCollection contextDetails)PlannerPlanDetailsPlannerPlanDetails. withContextDetails(PlannerPlanContextDetailsCollection contextDetails)
-