Class UserSummary
java.lang.Object
com.microsoft.graph.identitygovernance.models.UserSummary
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Summary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Failed Tasks.The Failed Users.the OData type of the object as returned by the serviceThe Successful Users.The Total Tasks.The Total Users. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(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 -
failedTasks
@SerializedName(value="failedTasks", alternate="FailedTasks") @Expose @Nullable public Integer failedTasksThe Failed Tasks. The number of failed tasks for users in a user summary. -
failedUsers
@SerializedName(value="failedUsers", alternate="FailedUsers") @Expose @Nullable public Integer failedUsersThe Failed Users. The number of failed users in a user summary. -
successfulUsers
@SerializedName(value="successfulUsers", alternate="SuccessfulUsers") @Expose @Nullable public Integer successfulUsersThe Successful Users. The number of successful users in a user summary. -
totalTasks
@SerializedName(value="totalTasks", alternate="TotalTasks") @Expose @Nullable public Integer totalTasksThe Total Tasks. The total tasks of users in a user summary. -
totalUsers
@SerializedName(value="totalUsers", alternate="TotalUsers") @Expose @Nullable public Integer totalUsersThe Total Users. The total number of users in a user summary
-
-
Constructor Details
-
UserSummary
public UserSummary()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-