public class PlannerChecklistItem extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PlannerChecklistItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isChecked |
protected IdentitySet |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
odataType |
protected String |
orderHint |
protected String |
title |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PlannerChecklistItem() |
| Modifier and Type | Method and Description |
|---|---|
static PlannerChecklistItem.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getIsChecked() |
Optional<IdentitySet> |
getLastModifiedBy() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
Optional<String> |
getOrderHint() |
Optional<String> |
getTitle() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PlannerChecklistItem |
withIsChecked(Boolean isChecked) |
PlannerChecklistItem |
withLastModifiedBy(IdentitySet lastModifiedBy) |
PlannerChecklistItem |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
PlannerChecklistItem |
withOrderHint(String orderHint) |
PlannerChecklistItem |
withTitle(String title) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean isChecked
protected String title
protected String orderHint
protected IdentitySet lastModifiedBy
protected OffsetDateTime lastModifiedDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PlannerChecklistItem withIsChecked(Boolean isChecked)
public PlannerChecklistItem withTitle(String title)
public PlannerChecklistItem withOrderHint(String orderHint)
public Optional<IdentitySet> getLastModifiedBy()
public PlannerChecklistItem withLastModifiedBy(IdentitySet lastModifiedBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public PlannerChecklistItem withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static PlannerChecklistItem.Builder builder()
Copyright © 2018–2020. All rights reserved.