Uses of Class
odata.msgraph.client.beta.complex.PlannerPlanContextCollection
-
Packages that use PlannerPlanContextCollection Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PlannerPlanContextCollection in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PlannerPlanContextCollection Modifier and Type Method Description PlannerPlanContextCollectionPlannerPlanContextCollection.Builder. build()PlannerPlanContextCollectionPlannerPlanContextCollection. withUnmappedField(String name, String value) -
Uses of PlannerPlanContextCollection in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PlannerPlanContextCollection Modifier and Type Field Description protected PlannerPlanContextCollectionPlannerPlan. contextsMethods in odata.msgraph.client.beta.entity that return types with arguments of type PlannerPlanContextCollection Modifier and Type Method Description Optional<PlannerPlanContextCollection>PlannerPlan. getContexts()Methods in odata.msgraph.client.beta.entity with parameters of type PlannerPlanContextCollection Modifier and Type Method Description PlannerPlan.BuilderPlannerPlan.Builder. contexts(PlannerPlanContextCollection contexts)PlannerPlanPlannerPlan. withContexts(PlannerPlanContextCollection contexts)
-