Uses of Class
odata.msgraph.client.complex.PlannerPlanContainer
-
Packages that use PlannerPlanContainer Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of PlannerPlanContainer in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PlannerPlanContainer Modifier and Type Method Description PlannerPlanContainerPlannerPlanContainer.Builder. build()PlannerPlanContainerPlannerPlanContainer. withContainerId(String containerId)PlannerPlanContainerPlannerPlanContainer. withType(PlannerContainerType type)PlannerPlanContainerPlannerPlanContainer. withUnmappedField(String name, Object value)PlannerPlanContainerPlannerPlanContainer. withUrl(String url) -
Uses of PlannerPlanContainer in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PlannerPlanContainer Modifier and Type Field Description protected PlannerPlanContainerPlannerPlan. containerMethods in odata.msgraph.client.entity that return types with arguments of type PlannerPlanContainer Modifier and Type Method Description Optional<PlannerPlanContainer>PlannerPlan. getContainer()Methods in odata.msgraph.client.entity with parameters of type PlannerPlanContainer Modifier and Type Method Description PlannerPlan.BuilderPlannerPlan.Builder. container(PlannerPlanContainer container)PlannerPlanPlannerPlan. withContainer(PlannerPlanContainer container)
-