Uses of Class
odata.msgraph.client.beta.complex.PlannerFavoritePlanReferenceCollection
-
Packages that use PlannerFavoritePlanReferenceCollection Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PlannerFavoritePlanReferenceCollection in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PlannerFavoritePlanReferenceCollection Modifier and Type Method Description PlannerFavoritePlanReferenceCollectionPlannerFavoritePlanReferenceCollection.Builder. build()PlannerFavoritePlanReferenceCollectionPlannerFavoritePlanReferenceCollection. withUnmappedField(String name, String value) -
Uses of PlannerFavoritePlanReferenceCollection in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as PlannerFavoritePlanReferenceCollection Modifier and Type Field Description protected PlannerFavoritePlanReferenceCollectionPlannerUser. favoritePlanReferencesMethods in odata.msgraph.client.beta.entity that return types with arguments of type PlannerFavoritePlanReferenceCollection Modifier and Type Method Description Optional<PlannerFavoritePlanReferenceCollection>PlannerUser. getFavoritePlanReferences()Methods in odata.msgraph.client.beta.entity with parameters of type PlannerFavoritePlanReferenceCollection Modifier and Type Method Description PlannerUser.BuilderPlannerUser.Builder. favoritePlanReferences(PlannerFavoritePlanReferenceCollection favoritePlanReferences)PlannerUserPlannerUser. withFavoritePlanReferences(PlannerFavoritePlanReferenceCollection favoritePlanReferences)
-