Uses of Class
odata.msgraph.client.beta.complex.PlannerRecentPlanReferenceCollection
-
Packages that use PlannerRecentPlanReferenceCollection Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PlannerRecentPlanReferenceCollection in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PlannerRecentPlanReferenceCollection Modifier and Type Method Description PlannerRecentPlanReferenceCollectionPlannerRecentPlanReferenceCollection.Builder. build()PlannerRecentPlanReferenceCollectionPlannerRecentPlanReferenceCollection. withUnmappedField(String name, String value) -
Uses of PlannerRecentPlanReferenceCollection in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PlannerRecentPlanReferenceCollection Modifier and Type Field Description protected PlannerRecentPlanReferenceCollectionPlannerUser. recentPlanReferencesMethods in odata.msgraph.client.beta.entity that return types with arguments of type PlannerRecentPlanReferenceCollection Modifier and Type Method Description Optional<PlannerRecentPlanReferenceCollection>PlannerUser. getRecentPlanReferences()Methods in odata.msgraph.client.beta.entity with parameters of type PlannerRecentPlanReferenceCollection Modifier and Type Method Description PlannerUser.BuilderPlannerUser.Builder. recentPlanReferences(PlannerRecentPlanReferenceCollection recentPlanReferences)PlannerUserPlannerUser. withRecentPlanReferences(PlannerRecentPlanReferenceCollection recentPlanReferences)
-