Class UserTrainingContentEventInfo

java.lang.Object
com.microsoft.graph.models.UserTrainingContentEventInfo
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserTrainingContentEventInfo extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Training Content Event Info.
  • Field Details

    • oDataType

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

      @SerializedName(value="browser", alternate="Browser") @Expose @Nullable public String browser
      The Browser. Browser of the user from where the training event was generated.
    • contentDateTime

      @SerializedName(value="contentDateTime", alternate="ContentDateTime") @Expose @Nullable public OffsetDateTime contentDateTime
      The Content Date Time. Date and time of the training content playback by the user.
    • ipAddress

      @SerializedName(value="ipAddress", alternate="IpAddress") @Expose @Nullable public String ipAddress
      The Ip Address. IP address of the user for the training event.
    • osPlatformDeviceDetails

      @SerializedName(value="osPlatformDeviceDetails", alternate="OsPlatformDeviceDetails") @Expose @Nullable public String osPlatformDeviceDetails
      The Os Platform Device Details. The operating system, platform, and device details of the user for the training event.
    • potentialScoreImpact

      @SerializedName(value="potentialScoreImpact", alternate="PotentialScoreImpact") @Expose @Nullable public Double potentialScoreImpact
      The Potential Score Impact. Potential improvement in the tenant security posture after completion of the training by the user.
  • Constructor Details

    • UserTrainingContentEventInfo

      public UserTrainingContentEventInfo()
  • 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