Package com.microsoft.graph.models
Class ManagedDeviceMobileAppConfigurationUserStatus
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.ManagedDeviceMobileAppConfigurationUserStatus
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ManagedDeviceMobileAppConfigurationUserStatus
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Managed Device Mobile App Configuration User Status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Devices Count.The Last Reported Date Time.The Status.The User Display Name.The User Principal Name. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
devicesCount
@SerializedName(value="devicesCount", alternate="DevicesCount") @Expose @Nullable public Integer devicesCountThe Devices Count. Devices count for that user. -
lastReportedDateTime
@SerializedName(value="lastReportedDateTime", alternate="LastReportedDateTime") @Expose @Nullable public OffsetDateTime lastReportedDateTimeThe Last Reported Date Time. Last modified date time of the policy report. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public ComplianceStatus statusThe Status. Compliance status of the policy report. Possible values are: unknown, notApplicable, compliant, remediated, nonCompliant, error, conflict, notAssigned. -
userDisplayName
@SerializedName(value="userDisplayName", alternate="UserDisplayName") @Expose @Nullable public String userDisplayNameThe User Display Name. User name of the DevicePolicyStatus. -
userPrincipalName
@SerializedName(value="userPrincipalName", alternate="UserPrincipalName") @Expose @Nullable public String userPrincipalNameThe User Principal Name. UserPrincipalName.
-
-
Constructor Details
-
ManagedDeviceMobileAppConfigurationUserStatus
public ManagedDeviceMobileAppConfigurationUserStatus()
-
-
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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classEntity
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-