Uses of Class
odata.msgraph.client.entity.PlannerProgressTaskBoardTaskFormat
-
Packages that use PlannerProgressTaskBoardTaskFormat Package Description odata.msgraph.client.entity -
-
Uses of PlannerProgressTaskBoardTaskFormat in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as PlannerProgressTaskBoardTaskFormat Modifier and Type Field Description protected PlannerProgressTaskBoardTaskFormatPlannerTask. progressTaskBoardFormatMethods in odata.msgraph.client.entity that return PlannerProgressTaskBoardTaskFormat Modifier and Type Method Description PlannerProgressTaskBoardTaskFormatPlannerProgressTaskBoardTaskFormat.Builder. build()PlannerProgressTaskBoardTaskFormatPlannerProgressTaskBoardTaskFormat. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PlannerProgressTaskBoardTaskFormatPlannerProgressTaskBoardTaskFormat. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PlannerProgressTaskBoardTaskFormatPlannerProgressTaskBoardTaskFormat. withOrderHint(String orderHint)PlannerProgressTaskBoardTaskFormatPlannerProgressTaskBoardTaskFormat. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type PlannerProgressTaskBoardTaskFormat Modifier and Type Method Description PlannerTask.BuilderPlannerTask.Builder. progressTaskBoardFormat(PlannerProgressTaskBoardTaskFormat progressTaskBoardFormat)PlannerTaskPlannerTask. withProgressTaskBoardFormat(PlannerProgressTaskBoardTaskFormat progressTaskBoardFormat)
-