Uses of Class
odata.msgraph.client.complex.PlannerChecklistItem.Builder
-
Packages that use PlannerChecklistItem.Builder Package Description odata.msgraph.client.complex -
-
Uses of PlannerChecklistItem.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return PlannerChecklistItem.Builder Modifier and Type Method Description static PlannerChecklistItem.BuilderPlannerChecklistItem. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).PlannerChecklistItem.BuilderPlannerChecklistItem.Builder. isChecked(Boolean isChecked)PlannerChecklistItem.BuilderPlannerChecklistItem.Builder. lastModifiedBy(IdentitySet lastModifiedBy)PlannerChecklistItem.BuilderPlannerChecklistItem.Builder. lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)PlannerChecklistItem.BuilderPlannerChecklistItem.Builder. orderHint(String orderHint)PlannerChecklistItem.BuilderPlannerChecklistItem.Builder. title(String title)
-