Package com.microsoft.graph.models
Class UserTrainingEventInfo
java.lang.Object
com.microsoft.graph.models.UserTrainingEventInfo
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserTrainingEventInfo
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Training Event Info.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Display Name.The Latest Training Status.the OData type of the object as returned by the serviceThe Training Assigned Properties.The Training Completed Properties.The Training Updated Properties. -
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 -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. Display name of the training. -
latestTrainingStatus
@SerializedName(value="latestTrainingStatus", alternate="LatestTrainingStatus") @Expose @Nullable public TrainingStatus latestTrainingStatusThe Latest Training Status. Latest status of the training assigned to the user. Possible values are: unknown, assigned, inProgress, completed, overdue, unknownFutureValue. -
trainingAssignedProperties
@SerializedName(value="trainingAssignedProperties", alternate="TrainingAssignedProperties") @Expose @Nullable public UserTrainingContentEventInfo trainingAssignedPropertiesThe Training Assigned Properties. Event details of the training when it was assigned to the user. -
trainingCompletedProperties
@SerializedName(value="trainingCompletedProperties", alternate="TrainingCompletedProperties") @Expose @Nullable public UserTrainingContentEventInfo trainingCompletedPropertiesThe Training Completed Properties. Event details of the training when it was completed by the user. -
trainingUpdatedProperties
@SerializedName(value="trainingUpdatedProperties", alternate="TrainingUpdatedProperties") @Expose @Nullable public UserTrainingContentEventInfo trainingUpdatedPropertiesThe Training Updated Properties. Event details of the training when it was updated/in-progress by the user.
-
-
Constructor Details
-
UserTrainingEventInfo
public UserTrainingEventInfo()
-
-
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
-