Package com.microsoft.graph.models
Class UserRegistrationFeatureSummary
java.lang.Object
com.microsoft.graph.models.UserRegistrationFeatureSummary
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class UserRegistrationFeatureSummary
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the User Registration Feature Summary.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Total User Count.The User Registration Feature 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 accounts, excluding those that are blocked. -
userRegistrationFeatureCounts
@SerializedName(value="userRegistrationFeatureCounts", alternate="UserRegistrationFeatureCounts") @Expose @Nullable public List<UserRegistrationFeatureCount> userRegistrationFeatureCountsThe User Registration Feature Counts. Number of users registered or capable for multi-factor authentication, self-service password reset, and passwordless authentication. -
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
-
UserRegistrationFeatureSummary
public UserRegistrationFeatureSummary()
-
-
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
-