Class UserRegistrationMethodSummary

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

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

    • oDataType

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

      @SerializedName(value="totalUserCount", alternate="TotalUserCount") @Expose @Nullable public Long totalUserCount
      The Total User Count. Total number of users in the tenant.
    • userRegistrationMethodCounts

      @SerializedName(value="userRegistrationMethodCounts", alternate="UserRegistrationMethodCounts") @Expose @Nullable public List<UserRegistrationMethodCount> userRegistrationMethodCounts
      The User Registration Method Counts. Number of users registered for each authentication method.
    • userRoles

      @SerializedName(value="userRoles", alternate="UserRoles") @Expose @Nullable public IncludedUserRoles userRoles
      The User Roles. The role type of the user. Possible values are: all, privilegedAdmin, admin, user, unknownFutureValue.
    • userTypes

      @SerializedName(value="userTypes", alternate="UserTypes") @Expose @Nullable public IncludedUserTypes userTypes
      The User Types. User type. Possible values are: all, member, guest, unknownFutureValue.
  • Constructor Details

    • UserRegistrationMethodSummary

      public UserRegistrationMethodSummary()
  • 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