Uses of Enum
com.microsoft.graph.models.UserType
Packages that use UserType
-
Uses of UserType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UserTypeModifier and TypeMethodDescriptionstatic UserTypeOnUserCreateStartExternalUsersSelfServiceSignUp.getUserTypeToCreate()Gets the userTypeToCreate property value.static UserTypeReturns the enum constant of this type with the specified name.static UserType[]UserType.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 UserTypeModifier and TypeMethodDescriptionvoidOnUserCreateStartExternalUsersSelfServiceSignUp.setUserTypeToCreate(UserType value) Sets the userTypeToCreate property value.