Uses of Enum
com.microsoft.graph.models.SignInUserType
Packages that use SignInUserType
-
Uses of SignInUserType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SignInUserTypeModifier and TypeMethodDescriptionstatic SignInUserTypeUserRegistrationDetails.getUserType()Gets the userType property value.static SignInUserTypeReturns the enum constant of this type with the specified name.static SignInUserType[]SignInUserType.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 SignInUserTypeModifier and TypeMethodDescriptionvoidUserRegistrationDetails.setUserType(SignInUserType value) Sets the userType property value.