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 Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • isChecked

      @SerializedName(value="isChecked", alternate="IsChecked") @Expose @Nullable public Boolean isChecked
      The Is Checked. Value is true if the item is checked and false otherwise.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
      The Last Modified By. Read-only. User ID by which this is last modified.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The 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

      @SerializedName(value="orderHint", alternate="OrderHint") @Expose @Nullable public String orderHint
      The Order Hint. Used to set the relative order of items in the checklist. The format is defined as outlined here.
    • title

      @SerializedName(value="title", alternate="Title") @Expose @Nullable public String 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to