Class UsersProcessingSummary
java.lang.Object
com.microsoft.graph.identitygovernance.models.UsersProcessingSummary
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UsersProcessingSummary
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Users Processing 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. -
failedUsers
@SerializedName(value="failedUsers", alternate="FailedUsers") @Expose @Nullable public Integer failedUsersThe Failed Users. -
successfulUsers
@SerializedName(value="successfulUsers", alternate="SuccessfulUsers") @Expose @Nullable public Integer successfulUsersThe Successful Users. -
totalTasks
@SerializedName(value="totalTasks", alternate="TotalTasks") @Expose @Nullable public Integer totalTasksThe Total Tasks. -
totalUsers
@SerializedName(value="totalUsers", alternate="TotalUsers") @Expose @Nullable public Integer totalUsersThe Total Users.
-
-
Constructor Details
-
UsersProcessingSummary
public UsersProcessingSummary()
-
-
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
-