Class PlannerExternalReference

java.lang.Object
com.microsoft.graph.models.PlannerExternalReference
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PlannerExternalReference extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner External Reference.
  • Field Details

    • oDataType

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

      @SerializedName(value="alias", alternate="Alias") @Expose @Nullable public String alias
      The Alias. A name alias to describe the reference.
    • 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
    • previewPriority

      @SerializedName(value="previewPriority", alternate="PreviewPriority") @Expose @Nullable public String previewPriority
      The Preview Priority. Used to set the relative priority order in which the reference will be shown as a preview on the task.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public String type
      The Type. Used to describe the type of the reference. Types include: PowerPoint, Word, Excel, Other.
  • Constructor Details

    • PlannerExternalReference

      public PlannerExternalReference()
  • 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