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 Details

    • oDataType

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

      @SerializedName(value="assignedDateTime", alternate="AssignedDateTime") @Expose @Nullable public OffsetDateTime assignedDateTime
      The Assigned Date Time. Date and time of assignment of the training to the user.
    • completionDateTime

      @SerializedName(value="completionDateTime", alternate="CompletionDateTime") @Expose @Nullable public OffsetDateTime completionDateTime
      The Completion Date Time. Date and time of completion of the training by the user.
    • displayName

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

      @SerializedName(value="trainingStatus", alternate="TrainingStatus") @Expose @Nullable public TrainingStatus trainingStatus
      The 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 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