Package com.microsoft.graph.models
Class PlannerChecklistItem
java.lang.Object
com.microsoft.graph.models.PlannerChecklistItem
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PlannerChecklistItem
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner Checklist Item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Is Checked.The Last Modified By.The Last Modified Date Time.the OData type of the object as returned by the serviceThe Order Hint.The Title. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
isChecked
@SerializedName(value="isChecked", alternate="IsChecked") @Expose @Nullable public Boolean isCheckedThe Is Checked. Value is true if the item is checked and false otherwise. -
lastModifiedBy
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedByThe Last Modified By. Read-only. User ID by which this is last modified. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. Read-only. Date and time at which this is last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z -
orderHint
The Order Hint. Used to set the relative order of items in the checklist. The format is defined as outlined here. -
title
The Title. Title of the checklist item
-
-
Constructor Details
-
PlannerChecklistItem
public PlannerChecklistItem()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-