java.lang.Object
com.microsoft.graph.identitygovernance.models.UserSummary
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserSummary extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Summary.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • failedTasks

      @SerializedName(value="failedTasks", alternate="FailedTasks") @Expose @Nullable public Integer failedTasks
      The Failed Tasks. The number of failed tasks for users in a user summary.
    • failedUsers

      @SerializedName(value="failedUsers", alternate="FailedUsers") @Expose @Nullable public Integer failedUsers
      The Failed Users. The number of failed users in a user summary.
    • successfulUsers

      @SerializedName(value="successfulUsers", alternate="SuccessfulUsers") @Expose @Nullable public Integer successfulUsers
      The Successful Users. The number of successful users in a user summary.
    • totalTasks

      @SerializedName(value="totalTasks", alternate="TotalTasks") @Expose @Nullable public Integer totalTasks
      The Total Tasks. The total tasks of users in a user summary.
    • totalUsers

      @SerializedName(value="totalUsers", alternate="TotalUsers") @Expose @Nullable public Integer totalUsers
      The 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:
      additionalDataManager in interface com.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 interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to