Uses of Enum
com.microsoft.graph.models.IncludedUserRoles
Packages that use IncludedUserRoles
-
Uses of IncludedUserRoles in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IncludedUserRolesModifier and TypeMethodDescriptionstatic IncludedUserRolesUserRegistrationFeatureSummary.getUserRoles()Gets the userRoles property value.UserRegistrationMethodSummary.getUserRoles()Gets the userRoles property value.static IncludedUserRolesReturns the enum constant of this type with the specified name.static IncludedUserRoles[]IncludedUserRoles.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type IncludedUserRolesModifier and TypeMethodDescriptionvoidUserRegistrationFeatureSummary.setUserRoles(IncludedUserRoles value) Sets the userRoles property value.voidUserRegistrationMethodSummary.setUserRoles(IncludedUserRoles value) Sets the userRoles property value.