Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Browser.The Content Date Time.The Ip Address.the OData type of the object as returned by the serviceThe Os Platform Device Details.The Potential Score Impact. -
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 -
browser
The Browser. Browser of the user from where the training event was generated. -
contentDateTime
@SerializedName(value="contentDateTime", alternate="ContentDateTime") @Expose @Nullable public OffsetDateTime contentDateTimeThe Content Date Time. Date and time of the training content playback by the user. -
ipAddress
The Ip Address. IP address of the user for the training event. -
osPlatformDeviceDetails
@SerializedName(value="osPlatformDeviceDetails", alternate="OsPlatformDeviceDetails") @Expose @Nullable public String osPlatformDeviceDetailsThe 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 potentialScoreImpactThe 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 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
-