public static final class PlannerChecklistItem.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
PlannerChecklistItem |
build() |
PlannerChecklistItem.Builder |
isChecked(Boolean isChecked) |
PlannerChecklistItem.Builder |
lastModifiedBy(IdentitySet lastModifiedBy) |
PlannerChecklistItem.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
PlannerChecklistItem.Builder |
orderHint(String orderHint) |
PlannerChecklistItem.Builder |
title(String title) |
public PlannerChecklistItem.Builder isChecked(Boolean isChecked)
public PlannerChecklistItem.Builder title(String title)
public PlannerChecklistItem.Builder orderHint(String orderHint)
public PlannerChecklistItem.Builder lastModifiedBy(IdentitySet lastModifiedBy)
public PlannerChecklistItem.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public PlannerChecklistItem build()
Copyright © 2018–2020. All rights reserved.