Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Alias.The Last Modified By.The Last Modified Date Time.the OData type of the object as returned by the serviceThe Preview Priority.The Type. -
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 -
alias
The Alias. A name alias to describe the reference. -
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 -
previewPriority
@SerializedName(value="previewPriority", alternate="PreviewPriority") @Expose @Nullable public String previewPriorityThe Preview Priority. Used to set the relative priority order in which the reference will be shown as a preview on the task. -
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:
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
-