Package com.microsoft.graph.models
Class UserSignInInsight
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.GovernanceInsight
com.microsoft.graph.models.UserSignInInsight
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserSignInInsight
extends GovernanceInsight
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Sign In Insight.
-
Field Summary
FieldsFields inherited from class com.microsoft.graph.models.GovernanceInsight
insightCreatedDateTime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
lastSignInDateTime
@SerializedName(value="lastSignInDateTime", alternate="LastSignInDateTime") @Expose @Nullable public OffsetDateTime lastSignInDateTimeThe Last Sign In Date Time. Indicates when the user last signed in.
-
-
Constructor Details
-
UserSignInInsight
public UserSignInInsight()
-
-
Method Details
-
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- Overrides:
setRawObjectin classGovernanceInsight- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-