Package com.microsoft.graph.models
Class PlannerAssignment
java.lang.Object
com.microsoft.graph.models.PlannerAssignment
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PlannerAssignment
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Planner Assignment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assigned By.The Assigned Date Time.the OData type of the object as returned by the serviceThe Order Hint. -
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 -
assignedBy
@SerializedName(value="assignedBy", alternate="AssignedBy") @Expose @Nullable public IdentitySet assignedByThe Assigned By. The identity of the user that performed the assignment of the task, i.e. the assignor. -
assignedDateTime
@SerializedName(value="assignedDateTime", alternate="AssignedDateTime") @Expose @Nullable public OffsetDateTime assignedDateTimeThe Assigned Date Time. The time at which the task was assigned. 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. Hint used to order assignees in a task. The format is defined as outlined here.
-
-
Constructor Details
-
PlannerAssignment
public PlannerAssignment()
-
-
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
-