Uses of Class
odata.msgraph.client.entity.PlannerUser
-
Packages that use PlannerUser Package Description odata.msgraph.client.entity -
-
Uses of PlannerUser in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PlannerUser Modifier and Type Field Description protected PlannerUserUser. plannerMethods in odata.msgraph.client.entity that return PlannerUser Modifier and Type Method Description PlannerUserPlannerUser.Builder. build()PlannerUserPlannerUser. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PlannerUserPlannerUser. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PlannerUserPlannerUser. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type PlannerUser Modifier and Type Method Description User.BuilderUser.Builder. planner(PlannerUser planner)UserUser. withPlanner(PlannerUser planner)
-