Uses of Class
odata.msgraph.client.complex.PlannerAppliedCategories
-
Packages that use PlannerAppliedCategories Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PlannerAppliedCategories in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PlannerAppliedCategories Modifier and Type Method Description PlannerAppliedCategoriesPlannerAppliedCategories.Builder. build()PlannerAppliedCategoriesPlannerAppliedCategories. withUnmappedField(String name, Object value) -
Uses of PlannerAppliedCategories in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PlannerAppliedCategories Modifier and Type Field Description protected PlannerAppliedCategoriesPlannerTask. appliedCategoriesMethods in odata.msgraph.client.entity that return types with arguments of type PlannerAppliedCategories Modifier and Type Method Description Optional<PlannerAppliedCategories>PlannerTask. getAppliedCategories()Methods in odata.msgraph.client.entity with parameters of type PlannerAppliedCategories Modifier and Type Method Description PlannerTask.BuilderPlannerTask.Builder. appliedCategories(PlannerAppliedCategories appliedCategories)PlannerTaskPlannerTask. withAppliedCategories(PlannerAppliedCategories appliedCategories)
-