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 Details

    • oDataType

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

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name of the training.
    • latestTrainingStatus

      @SerializedName(value="latestTrainingStatus", alternate="LatestTrainingStatus") @Expose @Nullable public TrainingStatus latestTrainingStatus
      The 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 trainingAssignedProperties
      The 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 trainingCompletedProperties
      The 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 trainingUpdatedProperties
      The 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:
      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