Package com.microsoft.graph.models
Class UserTrainingStatusInfo
java.lang.Object
com.microsoft.graph.models.UserTrainingStatusInfo
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserTrainingStatusInfo
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Training Status Info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Assigned Date Time.The Completion Date Time.The Display Name.the OData type of the object as returned by the serviceThe Training Status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
assignedDateTime
@SerializedName(value="assignedDateTime", alternate="AssignedDateTime") @Expose @Nullable public OffsetDateTime assignedDateTimeThe Assigned Date Time. Date and time of assignment of the training to the user. -
completionDateTime
@SerializedName(value="completionDateTime", alternate="CompletionDateTime") @Expose @Nullable public OffsetDateTime completionDateTimeThe Completion Date Time. Date and time of completion of the training by the user. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Display name of the assigned training. -
trainingStatus
@SerializedName(value="trainingStatus", alternate="TrainingStatus") @Expose @Nullable public TrainingStatus trainingStatusThe Training Status. The status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue.
-
-
Constructor Details
-
UserTrainingStatusInfo
public UserTrainingStatusInfo()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-