Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Total User Count.The User Registration Method Counts.The User Roles.The User Types. -
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 -
totalUserCount
@SerializedName(value="totalUserCount", alternate="TotalUserCount") @Expose @Nullable public Long totalUserCountThe Total User Count. Total number of users in the tenant. -
userRegistrationMethodCounts
@SerializedName(value="userRegistrationMethodCounts", alternate="UserRegistrationMethodCounts") @Expose @Nullable public List<UserRegistrationMethodCount> userRegistrationMethodCountsThe User Registration Method Counts. Number of users registered for each authentication method. -
userRoles
@SerializedName(value="userRoles", alternate="UserRoles") @Expose @Nullable public IncludedUserRoles userRolesThe 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 userTypesThe 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:
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
-