Uses of Enum
com.microsoft.graph.models.IncludedUserTypes
Packages that use IncludedUserTypes
-
Uses of IncludedUserTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return IncludedUserTypesModifier and TypeMethodDescriptionstatic IncludedUserTypesUserRegistrationFeatureSummary.getUserTypes()Gets the userTypes property value.UserRegistrationMethodSummary.getUserTypes()Gets the userTypes property value.static IncludedUserTypesReturns the enum constant of this type with the specified name.static IncludedUserTypes[]IncludedUserTypes.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 IncludedUserTypesModifier and TypeMethodDescriptionvoidUserRegistrationFeatureSummary.setUserTypes(IncludedUserTypes value) Sets the userTypes property value.voidUserRegistrationMethodSummary.setUserTypes(IncludedUserTypes value) Sets the userTypes property value.